mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Releasing 2.0.1
This commit is contained in:
parent
981b6988db
commit
06a3727f8b
|
@ -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)
|
2.0.0 (2018-02-01)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -13,4 +13,4 @@ endif
|
||||||
git tag $(version)
|
git tag $(version)
|
||||||
git push
|
git push
|
||||||
git push --tags
|
git push --tags
|
||||||
python setup.py sdist bdist_wheel upload
|
#python setup.py sdist bdist_wheel upload
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "2.0.0"
|
__version__ = "2.0.1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user