diff --git a/src/stack-hci/HISTORY.rst b/src/stack-hci/HISTORY.rst index 1c139576ba0..43c200f82c7 100644 --- a/src/stack-hci/HISTORY.rst +++ b/src/stack-hci/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.1.1 +++++++ +* Upgrade api-version to 2020-10-01 + 0.1.0 ++++++ * Initial release. diff --git a/src/stack-hci/setup.py b/src/stack-hci/setup.py index e855e258e4a..67b2e66d1e6 100644 --- a/src/stack-hci/setup.py +++ b/src/stack-hci/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages # HISTORY.rst entry. -VERSION = '0.1.0' +VERSION = '0.1.1' try: from .manual.version import VERSION except ImportError: