Skip to content

Commit

Permalink
Bump version: 1.5.3 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 23, 2021
1 parent 636cbea commit 4373ffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3'
__version__ = '1.6.0'

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

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.3',
version='1.6.0',
zip_safe=False,
)

1 comment on commit 4373ffe

@fortify-commit-scan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No weaknesses detected by Fortify Commit Scan in the changed file(s) - keep up the secure coding!

And be sure to incorporate a comprehensive Fortify Static scan (covering 800+ vulnerability categories and advanced detection algorithms) and a Fortify Dynamic scan into your CI/CD pipeline.

Please sign in to comment.