Skip to content

Commit 720eb39

Browse files
committed
Bump version: 0.7.1 → 0.7.2
1 parent 0ac1cb0 commit 720eb39

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ Changelog
55
Unreleased
66
==========
77

8-
- Deprecate loding setting values from environment.
98

9+
0.7.2 (2023-09-07)
10+
==================
11+
12+
- Deprecate loding setting values from environment (#98 by @stinovlas)
13+
- Fix optional nested dict setting (#92 by @rastytheamateur)
14+
- Fix typos in ``usage.rst`` (#102 by @oto-stefan)
15+
- Fix docs build (#100 by @stinovlas)
1016

1117
0.7.1 (2020-05-28)
1218
==================

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
year = '2017'
5252
author = u'Timothee Mazzucotelli'
5353
copyright = '{0}, {1}'.format(year, author)
54-
version = release = u'0.7.1'
54+
version = release = u'0.7.2'
5555

5656
pygments_style = 'trac'
5757
templates_path = ['.']

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.1
2+
current_version = 0.7.2
33

44
[bdist_wheel]
55
universal = 1
@@ -72,4 +72,3 @@ ignore_missing_imports = True
7272

7373
[mypy-pytest.*]
7474
ignore_missing_imports = True
75-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read(*names, **kwargs):
2828

2929
setup(
3030
name='django-app-settings',
31-
version='0.7.1',
31+
version='0.7.2',
3232
license='ISC',
3333
description='Application settings helper for Django apps.',
3434
long_description='%s\n%s' % (

0 commit comments

Comments
 (0)