Skip to content

Commit 8c84ef7

Browse files
committed
Bump to 3.0 for Python 3.6+ only release
1 parent f414055 commit 8c84ef7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
Version 2.0.6 (2020-06-11)
210
--------------------------
311

fluent_blogs/__init__.py

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

44
# Fix for internal messy imports.
55
# When base_models is imported before models/__init__.py runs, there is a circular import:

0 commit comments

Comments
 (0)