update version info
This commit is contained in:
parent
4e55d674da
commit
666b568eea
2 changed files with 4 additions and 5 deletions
|
@ -7,16 +7,15 @@ serialize =
|
||||||
{major}.{minor}.{patch}{release}{candidate}
|
{major}.{minor}.{patch}{release}{candidate}
|
||||||
{major}.{minor}.{patch}
|
{major}.{minor}.{patch}
|
||||||
|
|
||||||
[bumpversion:file:lbrynet/__init__.py]
|
|
||||||
|
|
||||||
[bumpversion:file:packaging/ubuntu/lbry.desktop]
|
|
||||||
|
|
||||||
[bumpversion:part:release]
|
[bumpversion:part:release]
|
||||||
optional_value = production
|
optional_value = production
|
||||||
values =
|
values =
|
||||||
rc
|
rc
|
||||||
production
|
production
|
||||||
|
|
||||||
|
|
||||||
|
[bumpversion:file:lbrynet/__init__.py]
|
||||||
|
|
||||||
[bumpversion:file:CHANGELOG.md]
|
[bumpversion:file:CHANGELOG.md]
|
||||||
search = [Unreleased]
|
search = [Unreleased]
|
||||||
replace = [Unreleased]
|
replace = [Unreleased]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
__version__ = "0.8.3"
|
__version__ = "0.9.0rc6"
|
||||||
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