Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Sep 19, 2023
1 parent e2d92d5 commit 0de417c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## [Unreleased][]

[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-prometheus/compare/0.5.0...HEAD
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-prometheus/compare/0.6.0...HEAD

## [0.6.0][] - 2023-09-19

[0.6.0]: https://github.com/chaostoolkit/chaostoolkit-prometheus/compare/0.5.0...0.6.0

### Added

Expand Down
2 changes: 1 addition & 1 deletion chaosprometheus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from chaoslib.types import DiscoveredActivities, Discovery
from logzero import logger

__version__ = "0.5.0"
__version__ = "0.6.0"


def discover(discover_system: bool = True) -> Discovery:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tests_require =
pytest-sugar
black
isort
flake8
ruff

[tool:pytest]
testpaths = tests
Expand Down

0 comments on commit 0de417c

Please sign in to comment.