There was an error while loading. Please reload this page.
1 parent ce9fe63 commit 4c82cbfCopy full SHA for 4c82cbf
djng/__init__.py
@@ -18,6 +18,6 @@
18
13. git push
19
"""
20
21
-__version__ = '2.3'
+__version__ = '2.3.1'
22
23
default_app_config = 'djng.app_config.DjangoAngularConfig'
docs/changelog.rst
@@ -4,6 +4,11 @@
4
Release History
5
===============
6
7
+2.3.1
8
+-----
9
+* Fix compatibility issue with 3.1.
10
+* Remove some never used code.
11
+
12
13
2.3
14
---
0 commit comments