Updated changes and bumped version up a notch.

This commit is contained in:
Jannis Leidel 2013-04-11 17:14:58 +02:00
parent ad83d79397
commit 5700d96d14
3 changed files with 11 additions and 2 deletions

View file

@ -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)
^^^^^^^^^^^^^^^^^

View file

@ -1,5 +1,5 @@
# flake8: noqa
from .base import Settings
__version__ = '0.2'
__version__ = '0.2.1'
__all__ = ['Settings']

View file

@ -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.