Bump version: 0.8.4rc0 → 0.8.4

This commit is contained in:
jobevers 2017-02-17 14:39:37 -06:00
parent 23f2a42372
commit 5bf5a7d0b1
4 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.8.4rc0 current_version = 0.8.4
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+))?

View file

@ -9,6 +9,8 @@ at anytime.
## [Unreleased] ## [Unreleased]
## [0.8.4] - 2017-02-17
## [0.8.4rc0] - 2017-02-17 ## [0.8.4rc0] - 2017-02-17
### Changed ### Changed
* Remove unused upload_allowed option * Remove unused upload_allowed option

View file

@ -1,6 +1,6 @@
import logging import logging
__version__ = "0.8.4rc0" __version__ = "0.8.4"
version = tuple(__version__.split('.')) version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler()) logging.getLogger(__name__).addHandler(logging.NullHandler())

View file

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Version=0.8.4rc0 Version=0.8.4
Name=LBRY Name=LBRY
Comment=The world's first user-owned content marketplace Comment=The world's first user-owned content marketplace
Icon=lbry Icon=lbry