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] [bumpversion]
current_version = 0.12.2rc6 current_version = 0.12.2rc7
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+))?
serialize = serialize =
{major}.{minor}.{patch}{release}{candidate} {major}.{minor}.{patch}{release}{candidate}
{major}.{minor}.{patch} {major}.{minor}.{patch}
@ -12,7 +12,7 @@ first_value = 1
[bumpversion:part:release] [bumpversion:part:release]
optional_value = production optional_value = production
values = values =
rc rc
production production

View file

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

View file

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