Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95589a7

Browse files
committed
Version 4.3.1.
1 parent 5038d69 commit 95589a7

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Full release notes, with more details and upgrade information, are available at:
22
https://channels.readthedocs.io/en/latest/releases
33

4+
4.3.1 (2025-08-01)
5+
------------------
6+
7+
* Fixed testing live server setup when test DB name was not set.
8+
49
4.3.0 (2025-07-28)
510
------------------
611

channels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.3.0"
1+
__version__ = "4.3.1"
22

33

44
DEFAULT_CHANNEL_LAYER = "default"

docs/releases/4.3.1.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
4.3.1 Release Notes
2+
===================
3+
4+
Channels 4.3.1 is a bugfix release in the 4.3 series.
5+
6+
Bugfixes & Small Changes
7+
------------------------
8+
9+
* Fixed testing live server setup when test DB name was not set.

docs/releases/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Release Notes
44
.. toctree::
55
:maxdepth: 1
66

7+
4.3.1
78
4.3.0
89
4.2.2
910
4.2.1

0 commit comments

Comments
 (0)