Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jun 28, 2021
1 parent 5ac881b commit c31e760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.0'
__version__ = '1.5.0'

from .exceptions import * # NOQA
from .util import * # NOQA
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.4'
release = '1.4.0'
version = '1.5'
release = '1.5.0'

exclude_patterns = ['_build']

Expand Down

0 comments on commit c31e760

Please sign in to comment.