Skip to content

Commit

Permalink
Bump version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camilonova committed Aug 21, 2023
1 parent 6a5052e commit bc9707d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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__ = '3.0.0'
__version__ = '3.1.0'


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

v3.1.0 (2023/08/21)
~~~~~~~~~~~~~~~~~~~

* Add support for using a subdirectory of `MEDIA_ROOT` for file fields

* Remove pypy from tox tests

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

Expand Down

0 comments on commit bc9707d

Please sign in to comment.