mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Bumped version up a notch.
This commit is contained in:
parent
4b08084787
commit
0b9e5ed1cf
2 changed files with 2 additions and 2 deletions
|
|
@ -2,5 +2,5 @@
|
|||
from .base import Settings
|
||||
from .decorators import pristinemethod
|
||||
|
||||
__version__ = '0.2.1'
|
||||
__version__ = '0.3'
|
||||
__all__ = ['Settings', 'pristinemethod']
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = django-configurations
|
||||
version = 0.2.1
|
||||
version = 0.3
|
||||
author = Jannis Leidel
|
||||
author-email = jannis@leidel.info
|
||||
summary = A helper for organizing Django settings.
|
||||
|
|
|
|||
Loading…
Reference in a new issue