File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog][keepachangelog] and this project
5
5
adheres to [ Semantic Versioning] [ semver ] .
6
6
7
7
## [ Unreleased] [ unreleased ]
8
+
9
+ ## [ v0.10.1] [ v0.10.1 ] - 2017-09-24
8
10
## Fixed
9
11
- Try to refresh token if API request returned HTTP 401 (which could mean that
10
12
the token is expired). (#6 )
@@ -32,7 +34,8 @@ adheres to [Semantic Versioning][semver].
32
34
33
35
[ keepachangelog ] : http://keepachangelog.com/en/1.0.0/
34
36
[ 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
36
38
[ v0.9.0 ] : https://github.com/pawelad/pymonzo/releases/tag/v0.9.0
37
39
[ v0.9.1 ] : https://github.com/pawelad/pymonzo/releases/tag/v0.9.1
38
40
[ 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
Original file line number Diff line number Diff line change 10
10
11
11
12
12
__title__ = 'pymonzo'
13
- __version__ = '0.10.1.dev0 '
13
+ __version__ = '0.10.1'
14
14
__author__ = 'Paweł Adamczak'
15
15
16
16
__license__ = 'MIT License'
You can’t perform that action at this time.
0 commit comments