mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Bump version to 1.0.1.dev
The version pattern follows the recommendation described in PEP 440. https://www.python.org/dev/peps/pep-0440/#development-release-separators Closes https://github.com/jazzband/django-configurations/pull/139.
This commit is contained in:
parent
320324b511
commit
4615e1e8fb
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
from .base import Settings, Configuration
|
||||
from .decorators import pristinemethod
|
||||
|
||||
__version__ = '1.0'
|
||||
__version__ = '1.0.1.dev'
|
||||
__all__ = ['Configuration', 'pristinemethod', 'Settings']
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue