diff --git a/README.rst b/README.rst index 5d1f17e..c27b2d8 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,10 @@ Handles multi-API versions of Azure Storage Data Plane originally from https://g Change Log ---------- +0.3.6 ++++++ +* Fix package problem to include packages under the azure namespace + 0.3.5 +++++ * Fix package problem: update prg_resources to pkgutil diff --git a/setup.py b/setup.py index c76c94a..c0b8afd 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( name='azure-multiapi-storage', - version='0.3.5', + version='0.3.6', description='Microsoft Azure Storage Client Library for Python with multi API version support.', long_description=open('README.rst', 'r').read(), license='MIT',