Skip to content

Commit 7716c54

Browse files
author
Leif Johansson
committed
prep 0.21
1 parent 180392e commit 7716c54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

HACKING.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To make a release,
1616
3) commit the changes to setup.py and NEWS.txt
1717
4) git tag <version>
1818
5) git push
19-
6) Upload to PyPI: 'python setup.py sdist register upload'
19+
6) Upload to PyPI: 'python setup.py sdist upload'
2020
6b) wheel: pip install wheel && python setup.py bdist_wheel --universal upload
2121
7) Increase version in setup.py (for next release) with dev suffix
2222
8) Create NEWS.txt entry for next release

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
1010

1111

12-
version = '0.20'
12+
version = '0.21dev1'
1313

1414
install_requires = [
1515
'defusedxml', 'lxml', 'pyconfig', 'requests', 'cryptography', 'six'

0 commit comments

Comments
 (0)