Skip to content

Commit

Permalink
Bumb version
Browse files Browse the repository at this point in the history
  • Loading branch information
abij committed Feb 25, 2022
1 parent b7dc8f8 commit 06abaf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Options:

## CHANGELOG

### v1.3.0 (25-02-2022):

- **Speed-up switching** by removing the online interaction pulling the Subscriptions through the Azure-CLI. [PR-7](https://github.com/abij/az-account-switcher/pull/7)
- Removed deprecated `get_azure_cli_credentials` in [PR-6](https://github.com/abij/az-account-switcher/pull/6)
- Add `--verbose` flag as an alias to the `-v` flag.

### v1.2.0 (31-05-2021):

- Support Windows by changing interaction with Azure-CLI using Python package 'az.cli' instead of POpen
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = f.read()

setup(name='az-account-switcher',
version='1.2.0',
version='1.3.0',
description='Utility to switch Azure subscriptions',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 06abaf1

Please sign in to comment.