Skip to content

Commit

Permalink
Bump version: 1.5.2 → 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 2, 2020
1 parent 2c656ac commit 8ea92be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drheader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

"""Top-level package for drHEADer core."""

__version__ = '1.5.2'
__version__ = '1.5.3'

from drheader.core import Drheader # noqa
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[bumpversion]
current_version = 1.5.2
current_version = 1.5.3
commit = True
tag = False
new_version = 1.5.3

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/santandersecurityresearch/drheader',
version='1.5.2',
version='1.5.3',
zip_safe=False,
)

0 comments on commit 8ea92be

Please sign in to comment.