Skip to content

Commit

Permalink
Prepare release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Nov 5, 2023
1 parent a0f0ca5 commit fb85827
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@

Release notes
=============
Unreleased
----------
5.2.0 (2023-11-05)
------------------
Fixed
*****
- Add undocumented ``is_externally_hosted`` attribute to
:class:`Audiobook <model.Audiobook>` (:issue:`302`)
- Changed the type the of ``audio_preview_url`` attribute in the ``Episode`` base
class to a nullable string, complying with the `API Documentation
<https://developer.spotify.com/documentation/web-api/reference/get-an-episode>`_
- Make ``audio_preview_url`` of :class:`Episode <model.Device>` optional
(:issue:`305`)

Added
*****
Expand All @@ -33,7 +32,8 @@ Added
Fixed
*****
- Remove misleading documentation on models (:issue:`295`)
- Add missing ``supports_volume`` to ``Device <model.Device>`` (:issue:`296`)
- Add missing ``supports_volume`` to :class:`Device <model.Device>`
(:issue:`296`)
- Exclude Pydantic version ``2.4.0`` (:issue:`297`)

5.0.1 (2023-07-06)
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__ = "5.1.1"
__version__ = "5.2.0"

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

0 comments on commit fb85827

Please sign in to comment.