mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
bump the minor version of servo_tidy
- and add clean folder into Makefile
This commit is contained in:
parent
27bac667b2
commit
eb9a7e5c11
3 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
||||||
Release History
|
Release History
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
0.0.2 (2016-04-17)
|
||||||
|
++++++++++++++++++
|
||||||
|
- Cleanup Tidy to work on external deps
|
||||||
|
|
||||||
0.0.1 (2016-04-12)
|
0.0.1 (2016-04-12)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
- Package Tidy
|
- Package Tidy
|
||||||
|
|
|
@ -22,5 +22,4 @@ test: dev-env
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
find . -name "*.pyc" -type f -delete
|
find . -name "*.pyc" -type f -delete
|
||||||
|
rm -rf $(VENV)
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ import os
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
VERSION = '0.0.1'
|
VERSION = '0.0.2'
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"flake8==2.4.1",
|
"flake8==2.4.1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue