Skip to content

Commit aee0aa2

Browse files
committed
Prepare release v0.10.3
1 parent d587a48 commit aee0aa2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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.3][v0.10.3] - 2017-10-15
810
### Fixed
911
- Fixed saving token file to disk. (#9)
1012

@@ -53,3 +55,4 @@ adheres to [Semantic Versioning][semver].
5355
[v0.10.0]: https://github.com/pawelad/pymonzo/releases/tag/v0.10.0
5456
[v0.10.1]: https://github.com/pawelad/pymonzo/releases/tag/v0.10.1
5557
[v0.10.2]: https://github.com/pawelad/pymonzo/releases/tag/v0.10.2
58+
[v0.10.3]: https://github.com/pawelad/pymonzo/releases/tag/v0.10.3

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.3.dev0'
13+
__version__ = '0.10.3'
1414
__author__ = 'Paweł Adamczak'
1515
__email__ = '[email protected]'
1616
__license__ = 'MIT License'

0 commit comments

Comments
 (0)