Bump version: 0.9.1rc6 → 0.9.1
This commit is contained in:
parent
cb4c93bcd9
commit
c422b5252e
3 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.9.1rc6
|
current_version = 0.9.1
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||||
|
|
|
@ -19,9 +19,13 @@ at anytime.
|
||||||
*
|
*
|
||||||
|
|
||||||
### Fixed
|
### 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
|
## [0.9.1rc5] - 2017-03-16
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
__version__ = "0.9.1rc6"
|
__version__ = "0.9.1"
|
||||||
version = tuple(__version__.split('.'))
|
version = tuple(__version__.split('.'))
|
||||||
|
|
||||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||||
|
|
Loading…
Reference in a new issue