Skip to content

Commit

Permalink
Release 2.3.0 (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
  • Loading branch information
sergiusens committed Oct 7, 2022
1 parent 8e416c3 commit 44d030e
Show file tree
Hide file tree
Showing 3 changed files with 8 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.2.1
current_version = 2.3.0
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.2.1"
__version__ = "2.3.0"


from . import creds, endpoints, errors, models
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
*********

2.3.0 (2022-10-07)
------------------

- Add support for exporting the new credentials format (which is backwards
compatible with the existing one)

2.2.1 (2022-08-25)
------------------

Expand Down

0 comments on commit 44d030e

Please sign in to comment.