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

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Nov 5, 2018
1 parent bd51a54 commit 04a607f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 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/1.3.0...master)
[Commits](https://github.com/thebigmunch/google-music-proto/compare/2.0.0...master)



## [2.0.0](https://github.com/thebigmunch/google-music-proto/releases/tag/2.0.0) (2018-11-05)

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

### Added

Expand All @@ -21,7 +27,7 @@ This project adheres to [Semantic Versioning](https://semver.org).
* Batch calls now use staticmethods to build the events/mutations.
See the docs for each call's methods.
The events/mutations are passed to the batch call class.
This allows for different types of operations to be done in one call.
This allows for multiple and different types of and operations to be done in one call.

### Removed

Expand All @@ -38,8 +44,6 @@ This project adheres to [Semantic Versioning](https://semver.org).
* ``TrackBatchUpdate``




## [1.3.0](https://github.com/thebigmunch/google-music-proto/releases/tag/1.2.0) (2018-10-25)

[Commits](https://github.com/thebigmunch/google-music-proto/compare/1.2.0...1.3.0)
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 = "1.3.0"
version = "2.0.0"

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 @@ -10,7 +10,7 @@
__summary__ = 'Sans-I/O wrapper of Google Music API calls.'
__url__ = 'https://github.com/thebigmunch/google-music-proto'

__version__ = '1.3.0'
__version__ = '2.0.0'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())

__author__ = 'thebigmunch'
Expand Down

0 comments on commit 04a607f

Please sign in to comment.