Skip to content

Commit 7b1ba29

Browse files
committed
Bump to 2.2.4
1 parent 74eb479 commit 7b1ba29

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

djng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
13. git push
2121
"""
2222

23-
__version__ = '2.2.3'
23+
__version__ = '2.2.4'
2424

2525
default_app_config = 'djng.app_config.DjangoAngularConfig'

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Release History
55
===============
66

77

8+
2.2.4
9+
-----
10+
* Fix regression: On required radio buttons, render error message id unselected.
11+
12+
813
2.2.3
914
-----
1015
* In Django-2.1 fix regression regarding rendering of labels in MultiSelectCheckbox fields.

0 commit comments

Comments
 (0)