Bump version: 0.9.2rc3 → 0.9.2rc4
This commit is contained in:
parent
bf7882d393
commit
5b78215063
3 changed files with 12 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.9.2rc3
|
||||
current_version = 0.9.2rc4
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -14,14 +14,21 @@ at anytime.
|
|||
*
|
||||
|
||||
### Changed
|
||||
* Use lbryschema library for metadata
|
||||
*
|
||||
*
|
||||
*
|
||||
|
||||
### Fixed
|
||||
* Removed update_metadata function that could cause update problems
|
||||
* Fix DHT contact bug
|
||||
*
|
||||
*
|
||||
*
|
||||
|
||||
## [0.9.2rc4] - 2017-04-06
|
||||
### Changed
|
||||
* Use lbryschema library for metadata
|
||||
### Fixed
|
||||
* Removed update_metadata function that could cause update problems
|
||||
* Fix DHT contact bug
|
||||
|
||||
## [0.9.2rc3] - 2017-03-29
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.9.2rc3"
|
||||
__version__ = "0.9.2rc4"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
Loading…
Reference in a new issue