mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Bumped version and changelog for 4.0b1 release. (#434)
This commit is contained in:
parent
7453ad9cc5
commit
6a466b7bee
|
@ -1,5 +1,8 @@
|
|||
Unreleased
|
||||
----------
|
||||
4.0.0b1 (2022-08-25)
|
||||
--------------------
|
||||
|
||||
This is a beta release to allow testing compatibility with the upcoming Channels
|
||||
4.0.
|
||||
|
||||
* Dropped support for Python 3.6.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
|
||||
__version__ = "3.0.2"
|
||||
__version__ = "4.0.0b1"
|
||||
|
||||
|
||||
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
|
||||
|
|
Loading…
Reference in New Issue
Block a user