Skip to content

Commit

Permalink
Release 2.6.2 (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka authored May 6, 2024
1 parent 6c7c28f commit a4136e1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.6.1
current_version = 2.6.2
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion craft_store/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Interact with Canonical services such as Charmhub and the Snap Store."""

__version__ = "2.6.1"
__version__ = "2.6.2"


from . import creds, endpoints, errors, models
Expand Down
1 change: 1 addition & 0 deletions docs/.custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ https
io
initialization
initialized
libssl
NotLoggedIn
keyring
StoreClient
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
*********
Changelog
*********

2.6.2 (2024-05-06)
------------------

- Disable legacy libssl providers. This is a workaround to prevent a crash
when loading cryptography in focal.

2.6.1 (2024-03-26)
------------------

Expand Down

0 comments on commit a4136e1

Please sign in to comment.