Skip to content

Commit e71f583

Browse files
committed
bump to v1.3.3
1 parent dbf222f commit e71f583

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.rst

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

4+
Version 1.3.3 (2017-08-04)
5+
--------------------------
6+
7+
* Fixed bogus migration changes detected by Django 1.11 for the ``AnyFileField``/``AnyImageField`` softdep.
8+
9+
410
Version 1.3.2 (2017-07-17)
511
--------------------------
612

7-
* Fixed bogus migration changes detected by Django 1.11 for the AnyUrlField softdep.
13+
* Fixed bogus migration changes detected by Django 1.11 for the ``AnyUrlField`` softdep.
814

915

1016
Version 1.3.1 (2017-05-22)

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.3.2"
2+
__version__ = "1.3.3"

0 commit comments

Comments
 (0)