File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Changes in 3.0 (2021-11-17)
5+ ---------------------------
6+
7+ * Added Django 4 compatibility.
8+ * Fixed keeping a lock unneededly when app loading was complete.
9+ * Replaced Travis with GitHub actions.
10+ * Dropped Python 2.7 support.
11+ * Dropped Django 1.11, 2.0, 2.1 support.
12+
13+
414Changes in 2.0.7 (2020-01-04)
515-----------------------------
616
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = "2.0.7 "
62+ version = "3.0 "
6363# The full version, including alpha/beta/rc tags.
64- release = "2.0.7 "
64+ release = "3.0 "
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 11# following PEP 440
2- __version__ = "2.0.7 "
2+ __version__ = "3.0 "
33default_app_config = "fluent_pages.apps.FluentPagesConfig"
You can’t perform that action at this time.
0 commit comments