Skip to content

Commit 518bcf6

Browse files
committed
Bump to v2.0.7
1 parent c11456c commit 518bcf6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Changes in 2.0.7 (2020-01-04)
5+
-----------------------------
6+
7+
* Fix Django 3.0 compatibility by removing ``curry()`` call.
8+
* Bump setup requirements to ensure Django 3.0 compatibility.
9+
10+
411
Changes in 2.0.6 (2019-06-11)
512
-----------------------------
613

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = "2.0.6"
63+
version = "2.0.7"
6464
# The full version, including alpha/beta/rc tags.
65-
release = "2.0.6"
65+
release = "2.0.7"
6666

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

fluent_contents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 440
2-
__version__ = "2.0.6"
2+
__version__ = "2.0.7"

0 commit comments

Comments
 (0)