Skip to content

Commit

Permalink
bump 0.11.1 -> 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed May 27, 2023
1 parent b3d75b5 commit bf2ea0f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
pip install --upgrade setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: chaostoolkit
TWINE_PASSWORD: ${{ secrets.PYPI_PWD }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python3 setup.py release
twine upload dist/*
Expand Down
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-incubator/chaostoolkit-azure/compare/0.11.1...HEAD
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/compare/0.12.0...HEAD

## [0.12.0][] - 2023-02-27

[0.12.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/compare/0.11.1...0.12.0

### Added

Expand Down
2 changes: 1 addition & 1 deletion chaosazure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"init_website_management_client", "init_resource_graph_client", "init_netapp_management_client",
"init_storage_management_client"
]
__version__ = '0.11.1'
__version__ = '0.12.0'


def discover(discover_system: bool = True) -> Discovery:
Expand Down

0 comments on commit bf2ea0f

Please sign in to comment.