mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Updated version and changelog for v4.1.1 release.
This commit is contained in:
parent
c0b630834c
commit
cf9145985b
|
@ -1,3 +1,10 @@
|
||||||
|
4.1.1 (2024-04-10)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Fixed a twisted.plugin packaging error in 4.1.0.
|
||||||
|
|
||||||
|
Thanks to sdc50.
|
||||||
|
|
||||||
4.1.0 (2024-02-10)
|
4.1.0 (2024-02-10)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
__version__ = "4.1.0"
|
__version__ = "4.1.1"
|
||||||
|
|
||||||
|
|
||||||
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
|
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
|
||||||
|
|
Loading…
Reference in New Issue
Block a user