We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f414055 commit 8c84ef7Copy full SHA for 8c84ef7
CHANGES.rst
@@ -1,3 +1,11 @@
1
+Version 3.0 (2021-11-17)
2
+------------------------
3
+
4
+* Added Django 4.0 compatibility
5
+* Dropped Django 1.x support.
6
+* Dropped Python 2.7 - 3.5 support.
7
8
9
Version 2.0.6 (2020-06-11)
10
--------------------------
11
fluent_blogs/__init__.py
@@ -1,5 +1,5 @@
# following PEP 440
-__version__ = "2.0.6"
+__version__ = "3.0"
# Fix for internal messy imports.
# When base_models is imported before models/__init__.py runs, there is a circular import:
0 commit comments