Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Jan 11, 2020
1 parent 91c6059 commit d67a31d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased](https://github.com/thebigmunch/google-music-proto/tree/master)

[Commits](https://github.com/thebigmunch/google-music-proto/compare/2.5.1...master)
[Commits](https://github.com/thebigmunch/google-music-proto/compare/2.5.2...master)


## [2.5.2](https://github.com/thebigmunch/google-music-proto/releases/tag/2.5.2) (2020-01-11)

[Commits](https://github.com/thebigmunch/google-music-proto/compare/2.5.1...2.5.2)

### Changed

* Decode stream call ``sig`` param to str.
Expand All @@ -16,7 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org).
### Fixed

* Param name for ``MobileClientStreamCall``.
* Use correct param name for streaming podcast episodes
* Use correct param name for streaming podcast episodes.


## [2.5.1](https://github.com/thebigmunch/google-music-proto/releases/tag/2.5.1) (2019-10-18)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "google-music-proto"
description = "Sans-I/O wrapper of Google Music API calls."
version = "2.5.1"
version = "2.5.2"

license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion src/google_music_proto/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__summary__ = 'Sans-I/O wrapper of Google Music API calls.'
__url__ = 'https://github.com/thebigmunch/google-music-proto'

__version__ = '2.5.1'
__version__ = '2.5.2'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())

__author__ = 'thebigmunch'
Expand Down

0 comments on commit d67a31d

Please sign in to comment.