diff --git a/debian/changelog b/debian/changelog index 2c189ae..2dfff75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openplotter-maiana (2.1.2-stable) bionic; urgency=medium + + * stable version + * Fix docs link + * Update translations + + -- Sailoog Fri, 10 Dec 2021 13:47:43 +0100 + openplotter-maiana (2.1.1-beta) bionic; urgency=medium * Add noise detection diff --git a/openplotterMaiana/version.py b/openplotterMaiana/version.py index 4d7371f..b6a248b 100644 --- a/openplotterMaiana/version.py +++ b/openplotterMaiana/version.py @@ -1,3 +1,3 @@ -version = '2.1.1' +version = '2.1.2' codeName = 'Open Arms' -state = 'beta' +state = 'stable'