Skip to content

Commit

Permalink
bump the minor version of servo_tidy
Browse files Browse the repository at this point in the history
- and add clean folder into Makefile
  • Loading branch information
askeing committed Apr 16, 2016
1 parent 27bac66 commit eb9a7e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions python/tidy/HISTORY.rst
@@ -1,6 +1,10 @@
Release History
---------------

0.0.2 (2016-04-17)
++++++++++++++++++
- Cleanup Tidy to work on external deps

0.0.1 (2016-04-12)
++++++++++++++++++
- Package Tidy
3 changes: 1 addition & 2 deletions python/tidy/Makefile
Expand Up @@ -22,5 +22,4 @@ test: dev-env
.PHONY: clean
clean:
find . -name "*.pyc" -type f -delete


rm -rf $(VENV)
2 changes: 1 addition & 1 deletion python/tidy/setup.py
Expand Up @@ -11,7 +11,7 @@
from setuptools import setup, find_packages


VERSION = '0.0.1'
VERSION = '0.0.2'

install_requires = [
"flake8==2.4.1",
Expand Down

0 comments on commit eb9a7e5

Please sign in to comment.