File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.8.0 released 2015-06-26
2
+ * drop beta from version so pip will install the correct/latest
3
+
1
4
Version 0.8.0b0 released 2015-06-26
2
5
* Add support for Python 3
3
6
* Remove support for Python 2.5
Original file line number Diff line number Diff line change 4
4
'major' : 0 ,
5
5
'minor' : 8 ,
6
6
'micro' : 0 ,
7
- 'releaselevel' : 'beta' ,
8
- 'serial' : 0
9
7
}
10
8
11
9
Original file line number Diff line number Diff line change 23
23
description = "Calculate z-scores of anthropometric measurements based on WHO and CDC child growth standards" ,
24
24
long_description = open ('README' ).read (),
25
25
url = "http://github.com/ewheeler/pygrowup" ,
26
- download_url = "https://github.com/ewheeler/pygrowup/archive/0.8.0b0 .tar.gz" ,
26
+ download_url = "https://github.com/ewheeler/pygrowup/archive/0.8.0 .tar.gz" ,
27
27
classifiers = [
28
28
'Intended Audience :: Healthcare Industry' ,
29
29
'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments