File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,14 @@ Changelog
5
5
Unreleased
6
6
==========
7
7
8
- - Deprecate loding setting values from environment.
9
8
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)
10
16
11
17
0.7.1 (2020-05-28)
12
18
==================
Original file line number Diff line number Diff line change 51
51
year = '2017'
52
52
author = u'Timothee Mazzucotelli'
53
53
copyright = '{0}, {1}' .format (year , author )
54
- version = release = u'0.7.1 '
54
+ version = release = u'0.7.2 '
55
55
56
56
pygments_style = 'trac'
57
57
templates_path = ['.' ]
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.7.1
2
+ current_version = 0.7.2
3
3
4
4
[bdist_wheel]
5
5
universal = 1
@@ -72,4 +72,3 @@ ignore_missing_imports = True
72
72
73
73
[mypy-pytest.*]
74
74
ignore_missing_imports = True
75
-
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def read(*names, **kwargs):
28
28
29
29
setup (
30
30
name = 'django-app-settings' ,
31
- version = '0.7.1 ' ,
31
+ version = '0.7.2 ' ,
32
32
license = 'ISC' ,
33
33
description = 'Application settings helper for Django apps.' ,
34
34
long_description = '%s\n %s' % (
You can’t perform that action at this time.
0 commit comments