Skip to content
Merged
Prev Previous commit
Next Next commit
Bump up version and edit history
  • Loading branch information
rajshah11 committed May 24, 2018
commit 42376bedb0badbf15917f76a195c0f5425ce5486
4 changes: 4 additions & 0 deletions src/command_modules/azure-cli-resource/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

2.0.30
++++++
* Add management-group commands
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be more explicit especially since these commands live in the command tree that is predominantly in a different module.
"* add account management-group commands."

Copy link
Contributor Author

@rajshah11 rajshah11 May 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok will make this change. Also, just checked the travis build. Will make the changes.


2.0.29
++++++
* Minor changes
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-resource/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

VERSION = "2.0.29"
VERSION = "2.0.30"

CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',
Expand Down