Skip to content

Commit

Permalink
Bump version: 0.8.6 → 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jobevers committed Feb 21, 2017
1 parent 998892e commit c920663
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.6
current_version = 0.8.7
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ can and probably will change functionality and break backwards compatability
at anytime.

## [Unreleased]
## [0.8.7] - 2017-02-21
\#\# [0.8.6] - 2017-02-19
\#\# [0.8.6rc0] - 2017-02-19
### Changed
Expand Down
2 changes: 1 addition & 1 deletion lbrynet/__init__.py
@@ -1,6 +1,6 @@
import logging

__version__ = "0.8.6"
__version__ = "0.8.7"
version = tuple(__version__.split('.'))

logging.getLogger(__name__).addHandler(logging.NullHandler())
2 changes: 1 addition & 1 deletion packaging/ubuntu/lbry.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.8.6
Version=0.8.7
Name=LBRY
Comment=The world's first user-owned content marketplace
Icon=lbry
Expand Down

0 comments on commit c920663

Please sign in to comment.