Skip to content

Commit

Permalink
Set version to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Nov 21, 2020
1 parent 2b2db40 commit ca66969
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion confuse/__init__.py
Expand Up @@ -3,7 +3,7 @@

from __future__ import division, absolute_import, print_function

__version__ = '1.5.0'
__version__ = '1.4.0'

from .exceptions import * # NOQA
from .util import * # NOQA
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -16,8 +16,8 @@
project = u'Confuse'
copyright = u'2012, Adrian Sampson'

version = '1.5'
release = '1.5.0'
version = '1.4'
release = '1.4.0'

exclude_patterns = ['_build']

Expand Down
6 changes: 1 addition & 5 deletions docs/usage.rst
Expand Up @@ -418,15 +418,11 @@ The resulting YAML will contain "key: REDACTED" instead of the original data.
Changelog
---------

v1.5.0
''''''

- `AttrDict` now properly supports (over)writing attributes via dot notation.

v1.4.0
''''''

- `pathlib.PurePath` objects can now be converted to `Path` templates.
- `AttrDict` now properly supports (over)writing attributes via dot notation.

v1.3.0
''''''
Expand Down

0 comments on commit ca66969

Please sign in to comment.