diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9dc38..0f310c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v2.11.0] 2023-02-06 + ## Fixed - TMP1075 comands: Implement proper prompt for device select. diff --git a/eive_tmtc/__init__.py b/eive_tmtc/__init__.py index a0c603b..f9c0946 100644 --- a/eive_tmtc/__init__.py +++ b/eive_tmtc/__init__.py @@ -3,10 +3,10 @@ from pathlib import Path SW_NAME = "eive-tmtc" VERSION_MAJOR = 2 -VERSION_MINOR = 10 +VERSION_MINOR = 11 VERSION_REVISION = 0 -__version__ = "2.10.0" +__version__ = "2.11.0" EIVE_TMTC_ROOT = Path(__file__).parent PACKAGE_ROOT = EIVE_TMTC_ROOT.parent