diff --git a/HISTORY.rst b/HISTORY.rst index 4684e2c..bd8e399 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ ======= History ======= + +2.1.3 (2022-10-27) +------------------ +* thermoBox boost mode doesn't corrupt state + 2.1.2 (2022-10-17) ------------------ diff --git a/blebox_uniapi/__init__.py b/blebox_uniapi/__init__.py index 9b99bde..7dd80ae 100644 --- a/blebox_uniapi/__init__.py +++ b/blebox_uniapi/__init__.py @@ -2,4 +2,4 @@ __author__ = """BleBox""" __email__ = "opensource@blebox.eu" -__version__ = "2.1.1" +__version__ = "2.1.3" diff --git a/setup.cfg b/setup.cfg index 8733b7e..6177bbf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.2 +current_version = 2.1.3 commit = True tag = True