Skip to content

Commit 8542114

Browse files
committed
bump to v2.0
1 parent eb570a5 commit 8542114

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

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+
411
Version 1.4.1 (2017-11-21)
512
--------------------------
613

fluent_utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 440
2-
__version__ = "1.4.1"
2+
__version__ = "2.0"

0 commit comments

Comments
 (0)