Skip to content

Commit edc97c5

Browse files
committed
Bump to 3.0 for Python 3 only release
1 parent ed50cd3 commit edc97c5

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
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+
414
Changes in 2.0.7 (2020-01-04)
515
-----------------------------
616

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
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.

fluent_pages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# following PEP 440
2-
__version__ = "2.0.7"
2+
__version__ = "3.0"
33
default_app_config = "fluent_pages.apps.FluentPagesConfig"

0 commit comments

Comments
 (0)