Bump version: 0.9.1rc6 → 0.9.1

This commit is contained in:
Alex Grintsvayg 2017-03-17 18:24:20 -04:00
parent cb4c93bcd9
commit c422b5252e
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1rc6
current_version = 0.9.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

@ -19,9 +19,13 @@ at anytime.
*
### Fixed
* Fix wallet_public_key API command
*
*
*
## [0.9.1] - 2017-03-17
### Fixed
* Fix wallet_public_key API command
## [0.9.1rc5] - 2017-03-16
### Added

View file

@ -1,6 +1,6 @@
import logging
__version__ = "0.9.1rc6"
__version__ = "0.9.1"
version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler())