mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Bump upcoming version to 2.0 as this changeset introduce breaking change
This commit is contained in:
parent
063bf61a16
commit
cf3961ea1d
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
from .base import Settings, Configuration
|
from .base import Settings, Configuration
|
||||||
from .decorators import pristinemethod
|
from .decorators import pristinemethod
|
||||||
|
|
||||||
__version__ = '1.0.1.dev'
|
__version__ = '2.0.dev'
|
||||||
__all__ = ['Configuration', 'pristinemethod', 'Settings']
|
__all__ = ['Configuration', 'pristinemethod', 'Settings']
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
v1.0.1 (Not yet released)
|
v2.0 (Not yet released)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
- Drop support of python2.6 and python3.2
|
- Drop support of python2.6 and python3.2
|
||||||
- Drop support of Django < 1.8
|
- Drop support of Django < 1.8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue