Skip to content

Commit

Permalink
docs: update version to 3.0.0 (#196)
Browse files Browse the repository at this point in the history
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you signed the
[CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `tox`?

-----
  • Loading branch information
lengau authored Aug 8, 2024
2 parents 7889ce8 + 7dc82ad commit 9a9e18b
Show file tree
Hide file tree
Showing 4 changed files with 13 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 = 3.0.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.6.1"
__version__ = "3.0.0"


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 @@ -16,6 +16,7 @@ unregistering
url
whoami
cfg
Pydantic
pyproject
toml
backend
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
*********
Changelog
*********
3.0.0 (2024-08-08)
------------------

Breaking changes:
- Set minimum Python version to 3.10
- Migrate to Pydantic 2

Bug fixes:
- Better error message when the keyring is locked.

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

Expand Down

0 comments on commit 9a9e18b

Please sign in to comment.