Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Sep 10, 2019
2 parents a766304 + 7716c54 commit 864f6a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HACKING.txt
Expand Up @@ -16,7 +16,7 @@ To make a release,
3) commit the changes to setup.py and NEWS.txt
4) git tag <version>
5) git push
6) Upload to PyPI: 'python setup.py sdist register upload'
6) Upload to PyPI: 'python setup.py sdist upload'
6b) wheel: pip install wheel && python setup.py bdist_wheel --universal upload
7) Increase version in setup.py (for next release) with dev suffix
8) Create NEWS.txt entry for next release
Expand Down
3 changes: 3 additions & 0 deletions NEWS.txt
Expand Up @@ -171,3 +171,6 @@ News

0.20
----
*Release tis 10 sep 2019 19:41:58 CEST*

* more p3 compat
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
NEWS = open(os.path.join(here, 'NEWS.txt')).read()


version = '0.20dev2'
version = '0.21dev2'

install_requires = [
'defusedxml', 'lxml', 'pyconfig', 'requests', 'cryptography', 'six'
Expand Down

0 comments on commit 864f6a1

Please sign in to comment.