mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Updated changes and bumped version up a notch.
This commit is contained in:
parent
ad83d79397
commit
5700d96d14
3 changed files with 11 additions and 2 deletions
|
|
@ -3,6 +3,15 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v0.2.1 (2013-04-11)
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
- Fixed a regression in parsing the new ``-C``/``--configuration`` management
|
||||
command option.
|
||||
|
||||
- Minor fix in showing the configuration in the ``runserver`` management
|
||||
command output.
|
||||
|
||||
v0.2 (2013-03-27)
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# flake8: noqa
|
||||
from .base import Settings
|
||||
|
||||
__version__ = '0.2'
|
||||
__version__ = '0.2.1'
|
||||
__all__ = ['Settings']
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = django-configurations
|
||||
version = 0.2
|
||||
version = 0.2.1
|
||||
author = Jannis Leidel
|
||||
author-email = jannis@leidel.info
|
||||
summary = A helper for organizing Django settings.
|
||||
|
|
|
|||
Loading…
Reference in a new issue