Skip to content

Commit 014f59e

Browse files
committed
Prepare release v0.10.1
1 parent a186e4b commit 014f59e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog][keepachangelog] and this project
55
adheres to [Semantic Versioning][semver].
66

77
## [Unreleased][unreleased]
8+
9+
## [v0.10.1][v0.10.1] - 2017-09-24
810
## Fixed
911
- Try to refresh token if API request returned HTTP 401 (which could mean that
1012
the token is expired). (#6)
@@ -32,7 +34,8 @@ adheres to [Semantic Versioning][semver].
3234

3335
[keepachangelog]: http://keepachangelog.com/en/1.0.0/
3436
[semver]: http://semver.org/spec/v2.0.0.html
35-
[unreleased]: https://github.com/pawelad/pymonzo/compare/v0.10.0...HEAD
37+
[unreleased]: https://github.com/pawelad/pymonzo/compare/v0.10.1...HEAD
3638
[v0.9.0]: https://github.com/pawelad/pymonzo/releases/tag/v0.9.0
3739
[v0.9.1]: https://github.com/pawelad/pymonzo/releases/tag/v0.9.1
3840
[v0.10.0]: https://github.com/pawelad/pymonzo/releases/tag/v0.10.0
41+
[v0.10.1]: https://github.com/pawelad/pymonzo/releases/tag/v0.10.1

src/pymonzo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
__title__ = 'pymonzo'
13-
__version__ = '0.10.1.dev0'
13+
__version__ = '0.10.1'
1414
__author__ = 'Paweł Adamczak'
1515
__email__ = '[email protected]'
1616
__license__ = 'MIT License'

0 commit comments

Comments
 (0)