diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 69f7df3..6106ecc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) ------------------ diff --git a/Makefile b/Makefile index 1a1f55e..c4abc06 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/daphne/__init__.py b/daphne/__init__.py index 8c0d5d5..159d48b 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.0.1"