Skip to content

Commit

Permalink
version bump; add ddgenome to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed May 5, 2012
1 parent 7fb968a commit a05c5f2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Simon Weber anything not specified by other authors
David Dooling compatibility updates in protocol.py
Kevin Kwok metadata_pb2.py; upload_mp3s code in api.py derived from his work
Darryl Pogue PlaySession simplifications in api.py; .gitignore; tokenauth.py; clientlogin.py
mystilleef change to relative imports in api.py and protocol.py
Ryan Hsu slimmed down to_camel_case function in utils/utils.py
Ryan Hsu slimmed down to_camel_case function in utils/utils.py
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ For bugs reports, feature requests, and contributions, go ahead and [open an iss

##Features

**New in version 2012.04.03:**
**New in version 2012.05.04**

* full Windows support and a Windows installer
* upload support for all Google-support file formats
* faster retrieval of playlists
* better example code
* various fixes and compatibility updates

There were also numerous breaking changes needed to improve the Api interface. See the changelog and documentation for details.

Expand Down
5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2012.05.04:
update allowed rating values to 1-5 (David Dooling)
update metajamId to matchedId (David Dooling)
fix broken expectation about disc/track numbering metadata

2012.04.03:
change to the 3-clause BSD license
add Kevin Kwok to AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# built documents.
#
# The short X.Y version.
version = '2012.04.03'
version = '2012.05.04'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='gmusicapi',
version='2012.04.03',
version='2012.05.04',
author='Simon Weber',
author_email='simon@simonmweber.com',
url='http://pypi.python.org/pypi/gmusicapi/',
Expand Down

0 comments on commit a05c5f2

Please sign in to comment.