Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
chore: bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanangullia committed Apr 3, 2023
1 parent f1d8429 commit 98474aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

## [0.1.9][] - 2023-04-03
[0.1.9]: https://github.com/awslabs/aws-az-failure-chaostoolkit/tree/v0.1.9

### Changed

- Swaped flake8 for ruff to remove an issue with flake8 being stuck with an
Expand Down
2 changes: 1 addition & 1 deletion azchaosaws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from logzero import logger

__all__ = ["discover", "__version__", "client"]
__version__ = "0.1.8"
__version__ = "0.1.9"


def discover(discover_system: bool = True) -> Discovery:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

setup_params = dict(
name=name,
version="0.1.8",
version="0.1.9",
description=desc,
long_description=long_desc,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 98474aa

Please sign in to comment.