File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup
1111v2.7.2 is required to run newer releases of Roundup.
1212
1313
14- 2018-??-??: 1.6.0
14+ 2018-07-13 1.6.0
1515
1616Features:
1717
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Roundup release checklist:
4949 python setup.py sdist upload --repository pypi --sign
5050 It should appear on http://pypi.python.org/pypi/roundup in no
5151 time. If you are using python older than 2.7.13 you need a
52- .pypi rc shown below. URL has changed. If using 2.7.13 or newer,
52+ .pypirc shown below. URL has changed. If using 2.7.13 or newer,
5353 you can remove the "--repository pypi" option.
545414. Send doc/announcement.txt to
[email protected] and
5555
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ def main():
126126 " customisable." ,
127127 long_description = long_description ,
128128 url = 'http://www.roundup-tracker.org' ,
129- download_url = 'http ://pypi.python.org/pypi/roundup' ,
129+ download_url = 'https ://pypi.python.org/pypi/roundup' ,
130130 classifiers = ['Development Status :: 5 - Production/Stable' ,
131131 'Environment :: Console' ,
132132 'Environment :: Web Environment' ,
You can’t perform that action at this time.
0 commit comments