forked from LBRYCommunity/lbry-sdk
Bump version: 0.9.2rc24 → 0.10.0rc1
This commit is contained in:
parent
342ae231ea
commit
e8bccec71c
3 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.9.2rc24
|
||||
current_version = 0.10.0rc1
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
|
@ -19,9 +19,13 @@ at anytime.
|
|||
*
|
||||
|
||||
### Fixed
|
||||
* Fix uncaught exception in `stream_cost_estimate`
|
||||
*
|
||||
*
|
||||
*
|
||||
|
||||
## [0.10.0rc1] - 2017-04-13
|
||||
### Fixed
|
||||
* Fix uncaught exception in `stream_cost_estimate`
|
||||
|
||||
## [0.9.2rc22] - 2017-04-12
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.9.2rc24"
|
||||
__version__ = "0.10.0rc1"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
Loading…
Reference in a new issue