Skip to content

Commit

Permalink
Bump to v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jan 4, 2020
1 parent 02aa2c8 commit caf4379
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Changes in 2.0.7 (2020-01-04)
-----------------------------

* Fix Django 3.0 compatibility by removing ``curry()`` call.
* Bump setup requirements to ensure Django 3.0 compatibility.


Changes in 2.0.6 (2019-06-11)
-----------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = "2.0.6"
version = "2.0.7"
# The full version, including alpha/beta/rc tags.
release = "2.0.6"
release = "2.0.7"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fluent_contents/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# following PEP 440
__version__ = "2.0.6"
__version__ = "2.0.7"

0 comments on commit caf4379

Please sign in to comment.