Skip to content

Commit 787c365

Browse files
committed
Bump to v2.0.2
1 parent 2b41265 commit 787c365

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.rst

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

4+
Changes in 2.0.2 (2018-02-12)
5+
-----------------------------
6+
7+
* Fixed JavaScript media file ordering for Django 2.0
8+
9+
410
Changes in 2.0.1 (2018-02-05)
511
-----------------------------
612

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '2.0.1'
60+
version = '2.0.2'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.0.1'
62+
release = '2.0.2'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

fluent_contents/__init__.py

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

0 commit comments

Comments
 (0)