Releasing 2.0.1

This commit is contained in:
Andrew Godwin 2018-02-03 12:35:42 -08:00
parent 981b6988db
commit 06a3727f8b
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2.0.1 (2018-02-03)
------------------
* Updated logging to correctly route exceptions through the main Daphne logger
2.0.0 (2018-02-01)
------------------

View File

@ -13,4 +13,4 @@ endif
git tag $(version)
git push
git push --tags
python setup.py sdist bdist_wheel upload
#python setup.py sdist bdist_wheel upload

View File

@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.1"