Skip to content

Commit

Permalink
Changelog & version bump for #142
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Nov 26, 2021
1 parent 8c8c3df commit e7a6566
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion confuse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import division, absolute_import, print_function

__version__ = '1.6.1'
__version__ = '1.7.0'

from .exceptions import * # NOQA
from .util import * # NOQA
Expand Down
4 changes: 3 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Changelog
---------

v1.6.1
v1.7.0
''''''

- Add support for reading configuration values from environment variables
(see `EnvSource`).
- Resolve a possible race condition when creating configuration directories.

v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
dt.date.today().year
)

version = '1.5'
release = '1.5.0'
version = '1.7'
release = '1.7.0'

exclude_patterns = ['_build']

Expand Down

0 comments on commit e7a6566

Please sign in to comment.