Bump version: 0.14.1rc2 → 0.14.1

This commit is contained in:
Jack Robison 2017-07-07 17:51:37 -04:00
parent 58a1f444da
commit ce76b7d14f
3 changed files with 12 additions and 4 deletions

View file

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

View file

@ -17,8 +17,8 @@ at anytime.
*
### Fixed
* Fixed timeout behaviour when calling API command get
* Fixed https://github.com/lbryio/lbry/issues/765
*
*
### Deprecated
*
@ -28,6 +28,14 @@ at anytime.
*
*
## [0.14.1] - 2017-07-07
### Fixed
* Fixed timeout behaviour when calling API command get
* Fixed https://github.com/lbryio/lbry/issues/765
## [0.14.0] - 2017-07-05
### Added

View file

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