We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb570a5 commit 8542114Copy full SHA for 8542114
CHANGES.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+Version 2.0 (2018-01-22)
5
+------------------------
6
+
7
+* Fixed Django 2.0 compatibility.
8
+* Added imports for ``django.urls`` for Django 1.9- compatibility.
9
10
11
Version 1.4.1 (2017-11-21)
12
--------------------------
13
fluent_utils/__init__.py
@@ -1,2 +1,2 @@
# following PEP 440
-__version__ = "1.4.1"
+__version__ = "2.0"
0 commit comments