Skip to content

Commit

Permalink
Bump version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camilonova committed Jun 27, 2023
1 parent 796f0fa commit 8317070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion constance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.utils.functional import LazyObject

__version__ = '2.9.1'
__version__ = '3.0.0'


class LazyConfig(LazyObject):
Expand Down
5 changes: 1 addition & 4 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

v3.0.0 (future)
v3.0.0 (2023/07/27)
~~~~~~~~~~~~~~~~~~~

* Refactor database backend
Expand All @@ -14,9 +14,6 @@ v3.0.0 (future)

* Add support for django 4.2

v2.10.0 (unreleased)
~~~~~~~~~~~~~~~~~~

* Forward the request when saving the admin changelist form

v2.9.1 (2022/08/11)
Expand Down

0 comments on commit 8317070

Please sign in to comment.