Skip to content

Commit

Permalink
Bump to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Oct 16, 2023
1 parent 7efd54b commit acfa4a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Changes in 3.0.2 (2023-10-16)
-----------------------------

* Added Django 4.1/4.2 support.
* Fix test running in Tox 4.


Changes in 3.0.1 (2023-02-27)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = "3.0"
# The full version, including alpha/beta/rc tags.
release = "3.0.1"
release = "3.0.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fluent_pages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# following PEP 440
__version__ = "3.0.1"
__version__ = "3.0.2"
default_app_config = "fluent_pages.apps.FluentPagesConfig"

0 comments on commit acfa4a6

Please sign in to comment.