Bump version: 0.9.0rc11 → 0.9.0rc12

This commit is contained in:
Alex Grintsvayg 2017-03-06 17:47:50 -05:00
parent daa0ff036d
commit 2bfbae9d4e
3 changed files with 8 additions and 4 deletions

View file

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

View file

@ -19,10 +19,14 @@ at anytime.
*
### Fixed
* Fixed ExchangeRateManager freezing the app
* Fixed download not timing out properly when downloading sd blob
*
*
*
## [0.9.0rc12] - 2017-03-06
### Fixed
* Fixed ExchangeRateManager freezing the app
* Fixed download not timing out properly when downloading sd blob
## [0.9.0rc11] - 2017-02-27
### Fixed

View file

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