File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
News
2
2
====
3
3
4
+ 0.1.1
5
+
6
+ *Release date: March 28, 2012*
7
+
8
+ * Fix issue #1 which makes the git-sweep help menus more useful
9
+ * Fix a minor grammar issue in the help
10
+ * Fix issue #2 which dropped extra options when telling you to use
11
+ cleanup
12
+ * Added a --force option to skip confirmation prompt
13
+
4
14
0.1.0
5
15
-----
6
16
7
- *Release date: 0.1.0 *
17
+ *Release date: n/a *
8
18
9
19
* Initial release
Original file line number Diff line number Diff line change 20
20
description = "Clean up branches from your Git remotes" ,
21
21
long_description = README + '\n \n ' + NEWS ,
22
22
classifiers = [
23
- # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
23
+ 'Development Status :: 4 - Beta' ,
24
+ 'Environment :: Console' ,
25
+ 'License :: OSI Approved :: MIT License' ,
26
+ 'Intended Audience :: Developers' ,
27
+ 'Natural Language :: English' ,
28
+ 'Operating System :: POSIX' ,
29
+ 'Programming Language :: Python :: 2.6' ,
30
+ 'Programming Language :: Python :: 2.7' ,
31
+ 'Topic :: Software Development :: Quality Assurance' ,
32
+ 'Topic :: Software Development :: Version Control' ,
33
+ 'Topic :: Text Processing'
24
34
],
25
35
keywords = 'git maintenance branches' ,
26
36
author = 'Arc90, Inc.' ,
You can’t perform that action at this time.
0 commit comments