Skip to content

Commit 4a9bef2

Browse files
committed
v1.2.1
1 parent a3641d4 commit 4a9bef2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This document records all notable changes to
77
This project adheres to `Semantic Versioning <http://semver.org/>`_.
88

99

10-
1.2.0 (2016-11-06)
10+
1.2.1 (2016-11-06)
1111
------------------
1212

1313
* The exported ``settings`` object is now an instance of ``dict`` subclass

django_settings_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from django.core.exceptions import ImproperlyConfigured
99

1010

11-
__version__ = '1.2.0'
11+
__version__ = '1.2.1'
1212

1313

1414
VARIABLE_NAME = getattr(django_settings,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="django-settings-export",
16-
version='1.2.0',
16+
version='1.2.1',
1717
author="Jakub Roztocil",
1818
author_email="[email protected]",
1919
description='This Django app allows you to export'

0 commit comments

Comments
 (0)