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

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Feb 6, 2020
1 parent 054d132 commit ad4e328
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ 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.2...master)
[Commits](https://github.com/thebigmunch/google-music-proto/compare/2.6.2...master)


## [2.6.0](https://github.com/thebigmunch/google-music-proto/releases/tag/2.6.0) (2020-02-05)

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

### Changed

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.2"
version = "2.6.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.2'
__version__ = '2.6.2'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())

__author__ = 'thebigmunch'
Expand Down

0 comments on commit ad4e328

Please sign in to comment.