From 89e310044617a00e7437f12440445c59ce5f0d19 Mon Sep 17 00:00:00 2001 From: "Amanda H. L. de Andrade Katz" Date: Wed, 8 Jan 2025 09:01:45 -0300 Subject: [PATCH] fix matrix-auth v1 publishing (#644) Co-authored-by: Phan Trung Thanh --- lib/charms/synapse/v1/matrix_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/charms/synapse/v1/matrix_auth.py b/lib/charms/synapse/v1/matrix_auth.py index 4fae6916..e9488690 100644 --- a/lib/charms/synapse/v1/matrix_auth.py +++ b/lib/charms/synapse/v1/matrix_auth.py @@ -67,7 +67,7 @@ def _on_config_changed(self, _) -> None: # Increment this PATCH version before using `charmcraft publish-lib` or reset # to 0 if you are raising the major API version -LIBPATCH = 3 +LIBPATCH = 0 # pylint: disable=wrong-import-position import json