diff --git a/src/subscription/HISTORY.rst b/src/subscription/HISTORY.rst new file mode 100644 index 00000000000..22b53c537a6 --- /dev/null +++ b/src/subscription/HISTORY.rst @@ -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. diff --git a/src/subscription/setup.py b/src/subscription/setup.py index a123d8766ba..f490516b10a 100644 --- a/src/subscription/setup.py +++ b/src/subscription/setup.py @@ -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',