Bump version: 0.12.2rc6 → 0.12.2rc7

This commit is contained in:
Alex Grintsvayg 2017-06-27 10:40:43 -04:00
parent 83d387dcfb
commit 0f8edabcc0
3 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
[bumpversion]
current_version = 0.12.2rc6
current_version = 0.12.2rc7
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}{release}{candidate}
{major}.{minor}.{patch}
@ -12,7 +12,7 @@ first_value = 1
[bumpversion:part:release]
optional_value = production
values =
values =
rc
production

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.12.2rc6",
"version": "0.12.2rc7",
"main": "main.js",
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
"author": {

View file

@ -1,6 +1,6 @@
{
"name": "lbry-web-ui",
"version": "0.12.2rc6",
"version": "0.12.2rc7",
"description": "LBRY UI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",