File tree 3 files changed +20
-4
lines changed
3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
- TODO
6
+ 0.1
7
+ +++++
8
+
9
+ * Original version by mhoye
10
+
11
+ 0.2.0 (2013-11-08)
12
+ ++++++++++++++++++
13
+
14
+ * Rewrite
15
+ * New dependency: `git2json `
16
+ * First version released on PyPI
17
+
18
+ 0.2.2 (2013-11-09)
19
+ ++++++++++++++++++
20
+
21
+ * Python 3 compatibility
22
+ * Packaging fixes
23
+
Original file line number Diff line number Diff line change 3
3
4
4
__author__ = 'Mike Hoye'
5
5
__email__ = 'mhoye@mozilla.com'
6
- __version__ = '0.2.1 '
6
+ __version__ = '0.2.2 '
Original file line number Diff line number Diff line change 16
16
17
17
readme = open ('README.rst' ).read ()
18
18
history = open ('HISTORY.rst' ).read ().replace ('.. :changelog:' , '' )
19
- from gitcoach import __version__ as VERSION
20
19
21
20
setup (
22
21
name = 'gitcoach' ,
23
- version = VERSION ,
22
+ version = '0.2.2' ,
24
23
description = 'Help you find out what files you should be changing.' ,
25
24
long_description = readme + '\n \n ' + history ,
26
25
author = 'Mike Hoye' ,
You can’t perform that action at this time.
0 commit comments