Skip to content

Commit

Permalink
RELEASE 0.9.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
unixsurfer committed Nov 28, 2023
1 parent dd505a5 commit 7268be3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
CHANGES
=======

0.9.6
0.9.7
-----

* RELEASE 0.9.6 version
* Use install\_requires instead of requires-dist
* RELEASE 0.9.7 version
* Add a metric to capture the return code of the check

0.9.5
0.9.6
-----

* RELEASE 0.9.6 version
* Use install\_requires instead of requires-dist
* RELEASE 0.9.5 version
* Restore setup.cfg and setup.py
* Require setuptools 61+ for [project] metadata
Expand Down
2 changes: 1 addition & 1 deletion anycast_healthchecker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__title__ = 'anycast_healthchecker'
__author__ = 'Pavlos Parissis'
__license__ = 'Apache 2.0'
__version__ = '0.9.6'
__version__ = '0.9.7'
__copyright__ = 'Copyright 2015-2023 Pavlos Parissis'

PROGRAM_NAME = __title__.replace('_', '-')
Expand Down

0 comments on commit 7268be3

Please sign in to comment.