Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Nov 6, 2016
1 parent a3641d4 commit 4a9bef2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document records all notable changes to
This project adheres to `Semantic Versioning <http://semver.org/>`_.


1.2.0 (2016-11-06)
1.2.1 (2016-11-06)
------------------

* The exported ``settings`` object is now an instance of ``dict`` subclass
Expand Down
2 changes: 1 addition & 1 deletion django_settings_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.core.exceptions import ImproperlyConfigured


__version__ = '1.2.0'
__version__ = '1.2.1'


VARIABLE_NAME = getattr(django_settings,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="django-settings-export",
version='1.2.0',
version='1.2.1',
author="Jakub Roztocil",
author_email="jakub@roztocil.co",
description='This Django app allows you to export'
Expand Down

0 comments on commit 4a9bef2

Please sign in to comment.