From 06a3727f8bd8791446e7132db319beca416808be Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 3 Feb 2018 12:35:42 -0800 Subject: [PATCH] Releasing 2.0.1 --- CHANGELOG.txt | 6 ++++++ Makefile | 2 +- daphne/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"