mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-21 22:01:54 +00:00
specify we are developing a new version.
Version pattern follows the recommendation described by pep440. https://www.python.org/dev/peps/pep-0440/#development-release-separators
This commit is contained in:
parent
320324b511
commit
bea0ec2b21
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