Skip to content

Commit

Permalink
Merge pull request #5 from dave-shawley/release/1.0.0
Browse files Browse the repository at this point in the history
Metadata update for 1.0.0 release.
  • Loading branch information
dave-shawley committed Nov 20, 2014
2 parents c30e906 + ed91887 commit 801d4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
Changelog
=========

* 0.0.3
* 1.0.0 (19-Nov-2014)

- Support removal of virtual environment directories.
- Support recursive removal of *__pycache__* directories.
- Add support for *--all*.

* 0.0.2 (17-Nov-2014)

- Support removal of .egg-info and .egg directories.
- Add support for *--dry-run*

* 0.0.1 (16-Nov-2014)

- Support removal of distribution directories.
2 changes: 1 addition & 1 deletion setupext/janitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os.path


version_info = (0, 0, 3)
version_info = (1, 0, 0)
__version__ = '.'.join(str(v) for v in version_info)


Expand Down

0 comments on commit 801d4e5

Please sign in to comment.