Skip to content

Commit effaa59

Browse files
committed
Bump libpatch as base64 is added
Per review feedback Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>
1 parent e306b19 commit effaa59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/charms/mysql/v0/s3_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
# Increment this PATCH version before using `charmcraft publish-lib` or reset
3333
# to 0 if you are raising the major API version
34-
LIBPATCH = 6
34+
LIBPATCH = 7
3535

3636
# botocore/urllib3 clutter the logs when on debug
3737
logging.getLogger("botocore").setLevel(logging.WARNING)

0 commit comments

Comments
 (0)