From 88a660a39a45b177a34a866376277eca8bb85940 Mon Sep 17 00:00:00 2001 From: Alexander Bij Date: Thu, 8 Apr 2021 14:05:31 +0200 Subject: [PATCH] Bump version --- README.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d5267..3d41016 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,13 @@ Options: ## CHANGELOG +### v1.0.0 (08-04-2021): + +- Include Python 3.6, not only greater than. +- Add DeepSource code checker and resolve found issue (related to shell=true) +- Add aliases for command-line next to az-switch: + az-account-switch + az-account-switcher _(the package name)_ +- Dump to v1.0.0, since it's working fine for a while and looks better! + ### v0.0.6 (25-03-2021): Add support for disabled subscriptions. diff --git a/setup.py b/setup.py index 2e2d9c0..15861a4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = f.read() setup(name='az-account-switcher', - version='0.0.6', + version='1.0.0', description='Utility to switch Azure subscriptions', long_description=long_description, long_description_content_type='text/markdown',