Skip to content

Commit

Permalink
Prepare release 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed May 25, 2023
1 parent 629c5d5 commit b3dc358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

Release notes
=============
Unreleased
----------
4.6.1 (2023-05-25)
------------------
Fixed
*****
- :class:`FullAlbum <model.FullAlbum>` - remove "album_group" attribute
Expand Down
2 changes: 1 addition & 1 deletion src/tekore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
Unauthorised,
)

__version__ = "4.6.0"
__version__ = "4.6.1"

# Change the module of classes to hide module structure
# and fix Sphinx base class links
Expand Down

0 comments on commit b3dc358

Please sign in to comment.