From acfe03499046d9fbd187b9d29f18a6a4096d5bc1 Mon Sep 17 00:00:00 2001 From: jobevers Date: Mon, 13 Feb 2017 23:34:36 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.3rc1=20=E2=86=92=200.8.3r?= =?UTF-8?q?c2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 ++ lbrynet/__init__.py | 2 +- packaging/ubuntu/lbry.desktop | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 91ba3e512..6cacc35b8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.3rc1 +current_version = 0.8.3rc2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9b01d1a..f5d3fb2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ at anytime. ## [Unreleased] +## [0.8.3rc2] - 2017-02-13 + ## [0.8.3rc1] - 2017-02-13 ### Changed * make connection manager unit testeable diff --git a/lbrynet/__init__.py b/lbrynet/__init__.py index c42e92997..da388673c 100644 --- a/lbrynet/__init__.py +++ b/lbrynet/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "0.8.3rc1" +__version__ = "0.8.3rc2" version = tuple(__version__.split('.')) logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/packaging/ubuntu/lbry.desktop b/packaging/ubuntu/lbry.desktop index efc5ff789..3d8fe254c 100644 --- a/packaging/ubuntu/lbry.desktop +++ b/packaging/ubuntu/lbry.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.8.3rc1 +Version=0.8.3rc2 Name=LBRY Comment=The world's first user-owned content marketplace Icon=lbry