Skip to content

Commit e6d9858

Browse files
committed
merge branch/fork: typo fix, changes.txt download url to use https.
2 parents 91e1712 + efd0c35 commit e6d9858

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup
1111
v2.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

1616
Features:
1717

RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
5454
14. Send doc/announcement.txt to [email protected] and
5555

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)