We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c30e906 + ed91887 commit 801d4e5Copy full SHA for 801d4e5
HISTORY
@@ -1,17 +1,11 @@
1
Changelog
2
=========
3
4
-* 0.0.3
+* 1.0.0 (19-Nov-2014)
5
6
- Support removal of virtual environment directories.
7
- Support recursive removal of *__pycache__* directories.
8
- Add support for *--all*.
9
-
10
-* 0.0.2 (17-Nov-2014)
11
12
- Support removal of .egg-info and .egg directories.
13
- Add support for *--dry-run*
14
15
-* 0.0.1 (16-Nov-2014)
16
17
- Support removal of distribution directories.
setupext/janitor.py
@@ -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)
0 commit comments