Skip to content

Commit

Permalink
Update version (#4816)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoxing-ms authored May 16, 2022
1 parent 27dba5a commit dc942bf
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions src/subscription/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.. :changelog:
Release History
===============

0.1.5
++++++
* Update supported `--offer-types` of `az account create`

0.1.4
++++++
* Add package_data

0.1.3
++++++
* Publish subscription packages

0.1.2
++++++
* Set the maxCliCoreVersion to 2.0.66

0.1.1
++++++
* Create subscription commands

0.1.0
++++++
* Initial release.
2 changes: 1 addition & 1 deletion src/subscription/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "0.1.4"
VERSION = "0.1.5"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit dc942bf

Please sign in to comment.