mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-13 05:59:49 +00:00
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]
|
[bumpversion]
|
||||||
current_version = 0.9.2rc3
|
current_version = 0.9.2rc4
|
||||||
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+))?
|
||||||
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -14,14 +14,21 @@ at anytime.
|
||||||
*
|
*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Use lbryschema library for metadata
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
### Fixed
|
### 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
|
## [0.9.2rc3] - 2017-03-29
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
__version__ = "0.9.2rc3"
|
__version__ = "0.9.2rc4"
|
||||||
version = tuple(__version__.split('.'))
|
version = tuple(__version__.split('.'))
|
||||||
|
|
||||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||||
|
|
Loading…
Add table
Reference in a new issue