Bump version: 0.14.1rc2 → 0.14.1
This commit is contained in:
parent
58a1f444da
commit
ce76b7d14f
3 changed files with 12 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.14.1rc2
|
current_version = 0.14.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+))?
|
||||||
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -17,8 +17,8 @@ at anytime.
|
||||||
*
|
*
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixed timeout behaviour when calling API command get
|
*
|
||||||
* Fixed https://github.com/lbryio/lbry/issues/765
|
*
|
||||||
|
|
||||||
### Deprecated
|
### 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
|
## [0.14.0] - 2017-07-05
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
__version__ = "0.14.1rc2"
|
__version__ = "0.14.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