Skip to content

Commit

Permalink
Prepare release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Sep 24, 2017
1 parent a186e4b commit 014f59e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog][keepachangelog] and this project
adheres to [Semantic Versioning][semver].

## [Unreleased][unreleased]

## [v0.10.1][v0.10.1] - 2017-09-24
## Fixed
- Try to refresh token if API request returned HTTP 401 (which could mean that
the token is expired). (#6)
Expand Down Expand Up @@ -32,7 +34,8 @@ adheres to [Semantic Versioning][semver].

[keepachangelog]: http://keepachangelog.com/en/1.0.0/
[semver]: http://semver.org/spec/v2.0.0.html
[unreleased]: https://github.com/pawelad/pymonzo/compare/v0.10.0...HEAD
[unreleased]: https://github.com/pawelad/pymonzo/compare/v0.10.1...HEAD
[v0.9.0]: https://github.com/pawelad/pymonzo/releases/tag/v0.9.0
[v0.9.1]: https://github.com/pawelad/pymonzo/releases/tag/v0.9.1
[v0.10.0]: https://github.com/pawelad/pymonzo/releases/tag/v0.10.0
[v0.10.1]: https://github.com/pawelad/pymonzo/releases/tag/v0.10.1
2 changes: 1 addition & 1 deletion src/pymonzo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


__title__ = 'pymonzo'
__version__ = '0.10.1.dev0'
__version__ = '0.10.1'
__author__ = 'Paweł Adamczak'
__email__ = '[email protected]'
__license__ = 'MIT License'
Expand Down

0 comments on commit 014f59e

Please sign in to comment.