Skip to content

Commit 857f7fe

Browse files
committed
Bump to 3.0.1
1 parent edbb264 commit 857f7fe

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
Changes in 3.0.1 (2023-02-27)
5+
-----------------------------
6+
7+
* Added support for pure-proxy models as page type.
8+
* Fixed unapplied changes warning in migrations for django-mptt >=0.10.
9+
* Fixed unneeded compatibility import for ``ForwardManyToOneDescriptor``.
10+
* RedirectNode: hide "show in sitemaps" link
11+
* TextFile: hide in sitemaps by default
12+
13+
414
Changes in 3.0 (2021-11-17)
515
---------------------------
616

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = "3.0"
6363
# The full version, including alpha/beta/rc tags.
64-
release = "3.0"
64+
release = "3.0.1"
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

fluent_pages/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# following PEP 440
2-
__version__ = "3.0"
2+
__version__ = "3.0.1"
33
default_app_config = "fluent_pages.apps.FluentPagesConfig"

0 commit comments

Comments
 (0)