From 10b430fc9e240052a4d811c34de046d35cca51af Mon Sep 17 00:00:00 2001 From: Grant Orndorff Date: Wed, 14 Feb 2024 13:52:40 -0500 Subject: [PATCH] changelog 31.1 --- debian/changelog | 6 ++++++ uaclient/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index abe8c9f446..758a9f9d67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ubuntu-advantage-tools (31.1) noble; urgency=medium + + * fix unit test that failed on newer version of python + + -- Grant Orndorff Wed, 14 Feb 2024 13:51:44 -0500 + ubuntu-advantage-tools (31) noble; urgency=medium * d/*: diff --git a/uaclient/version.py b/uaclient/version.py index f88548f1d8..a41ce9a3a2 100644 --- a/uaclient/version.py +++ b/uaclient/version.py @@ -14,7 +14,7 @@ from uaclient.exceptions import ProcessExecutionError from uaclient.system import subp -__VERSION__ = "31" +__VERSION__ = "31.1" PACKAGED_VERSION = "@@PACKAGED_VERSION@@"