File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
411Changes in 2.0.6 (2019-06-11)
512-----------------------------
613
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11# following PEP 440
2- __version__ = "2.0.6 "
2+ __version__ = "2.0.7 "
You can’t perform that action at this time.
0 commit comments