diff --git a/debian/changelog b/debian/changelog index 39721b9b61..601aeff040 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -ubuntu-advantage-tools (1:1+devel) UNRELEASED; urgency=medium +ubuntu-advantage-tools (35~lxd-auto-attach-test2) noble; urgency=medium - * wip + * testing pro lxd auto attach - -- Grant Orndorff Fri, 16 Aug 2024 12:10:33 -0500 + -- Grant Orndorff Tue, 13 Aug 2024 16:28:22 -0500 ubuntu-advantage-tools (33.2) oracular; urgency=medium diff --git a/uaclient/version.py b/uaclient/version.py index 4513387497..3f5e001d1c 100644 --- a/uaclient/version.py +++ b/uaclient/version.py @@ -15,7 +15,7 @@ from uaclient.exceptions import ProcessExecutionError from uaclient.system import subp -__VERSION__ = "1:1+devel" +__VERSION__ = "35" PACKAGED_VERSION = "@@PACKAGED_VERSION@@"