Skip to content

Commit bda34f1

Browse files
authored
Merge pull request #135 from Santandersecurityresearch/develop
Testing AutoBumpVersions
2 parents 9ffd3f8 + 8ea92be commit bda34f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drheader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

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

5-
__version__ = '1.5.0'
5+
__version__ = '1.5.3'
66

77
from drheader.core import Drheader # noqa

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.0
2+
current_version = 1.5.3
33
commit = True
44
tag = False
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
test_suite='tests',
5757
tests_require=test_requirements,
5858
url='https://github.com/santandersecurityresearch/drheader',
59-
version='1.5.0',
59+
version='1.5.3',
6060
zip_safe=False,
6161
)

0 commit comments

Comments
 (0)