From bf2d6061bd84c57b33174256e2d27b4c7812940f Mon Sep 17 00:00:00 2001 From: Omar Date: Mon, 1 Jul 2024 11:18:58 -0700 Subject: [PATCH] Bump deploy-agent version (again) (#1655) The previously published version did not include "noble" in the package metadata. Bump the version again after updating the metadata --- deploy-agent/deployd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-agent/deployd/__init__.py b/deploy-agent/deployd/__init__.py index c04d6ea894..68023a79ca 100644 --- a/deploy-agent/deployd/__init__.py +++ b/deploy-agent/deployd/__init__.py @@ -27,4 +27,4 @@ # 2: puppet applied successfully with changes PUPPET_SUCCESS_EXIT_CODES = [0, 2] -__version__ = '1.2.62' +__version__ = '1.2.63'