mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Bump version 3.1.0
This commit is contained in:
parent
6a5052e9f4
commit
bc9707d618
2 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '3.0.0'
|
||||
__version__ = '3.1.0'
|
||||
|
||||
|
||||
class LazyConfig(LazyObject):
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue