Skip to content

Commit

Permalink
Bump to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Jan 13, 2020
1 parent 9c5b9c0 commit 7d507ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.6.1] - 2020-01-13

### Fixed
- Fixed inconsistent behaviour with some API methods when
a full HTTP URL is passed.

### Changed
- Fixed invalid calls to logging warn method

### Removed
- `mock` no longer needed for install. Only used in `tox`.

## [2.6.0] - 2020-01-12
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,11 @@ Spotipy authored by Paul Lamere (plamere) with contributions by:
- Nathan Coleman // nathancoleman
- Michael Birtwell // mbirtwell
- Harrison Hayes // Harrison97
- Stephane Bruckert // stephanebruckert

License
=======
https://github.com/plamere/spotipy/blob/master/LICENSE.txt
https://github.com/plamere/spotipy/blob/master/LICENSE.md


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

setup(
name='spotipy',
version='2.6.0',
version='2.6.1',
long_description=desc,
long_description_content_type='text/markdown',
author="@plamere",
Expand Down

1 comment on commit 7d507ad

@stephanebruckert
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @ritiek I forgot to create a PR for it. Will do next time

Please sign in to comment.