Skip to content

Commit ccfe023

Browse files
committed
Bump version to 1.2.3
1 parent f79ae79 commit ccfe023

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

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

4+
Version 1.2.3 (2015-12-29)
5+
--------------------------
6+
7+
* Added Django 1.7+ compatible imports for ``get_model()`` and ``get_current_site()``.
8+
9+
410
Version 1.2.2 (2015-12-28)
511
--------------------------
612

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.2.2"
2+
__version__ = "1.2.3"

0 commit comments

Comments
 (0)