Skip to content

Commit

Permalink
Prepare release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Feb 16, 2018
1 parent 62298a7 commit fd1d587
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.11.0][v0.11.0] - 2018-02-16
### Added
- Made redirect URI, token file name and token path configurable via
environment variables. (#14)
Expand Down Expand Up @@ -56,10 +58,11 @@ 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.2...HEAD
[unreleased]: https://github.com/pawelad/pymonzo/compare/v0.11.0...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
[v0.10.2]: https://github.com/pawelad/pymonzo/releases/tag/v0.10.2
[v0.10.3]: https://github.com/pawelad/pymonzo/releases/tag/v0.10.3
[v0.11.0]: https://github.com/pawelad/pymonzo/releases/tag/v0.11.0
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.4.dev0'
__version__ = '0.11.0'
__author__ = 'Paweł Adamczak'
__email__ = '[email protected]'
__license__ = 'MIT License'
Expand Down

0 comments on commit fd1d587

Please sign in to comment.