We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b41265 commit 787c365Copy full SHA for 787c365
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+Changes in 2.0.2 (2018-02-12)
5
+-----------------------------
6
+
7
+* Fixed JavaScript media file ordering for Django 2.0
8
9
10
Changes in 2.0.1 (2018-02-05)
11
-----------------------------
12
docs/conf.py
@@ -57,9 +57,9 @@
57
# built documents.
58
#
59
# The short X.Y version.
60
-version = '2.0.1'
+version = '2.0.2'
61
# The full version, including alpha/beta/rc tags.
62
-release = '2.0.1'
+release = '2.0.2'
63
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
# for a list of supported languages.
fluent_contents/__init__.py
@@ -1,2 +1,2 @@
# following PEP 440
-__version__ = "2.0.1"
+__version__ = "2.0.2"
0 commit comments