Bump version: 0.11.6rc1 → 0.11.6

This commit is contained in:
Jeremy Kauffman 2017-05-29 16:46:51 -04:00
parent 3c1b361ee7
commit 5a552761da
4 changed files with 18 additions and 6 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.6rc1
current_version = 0.11.6
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

@ -12,12 +12,12 @@ Web UI version numbers should always match the corresponding version of LBRY App
*
### Changed
* Do not use a separate claim cache for publishes
*
*
### Fixed
* Upgrade process should now works on Windows
* Crudely handle failed publishes missing outpoints
*
*
### Deprecated
*
@ -27,6 +27,18 @@ Web UI version numbers should always match the corresponding version of LBRY App
*
*
## [0.11.6] - 2017-05-29
### Changed
* Do not use a separate claim cache for publishes
### Fixed
* Upgrade process should now works on Windows
* Crudely handle failed publishes missing outpoints
## [0.11.5] - 2017-05-28
### Fixed

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.11.6rc1",
"version": "0.11.6",
"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.11.6rc1",
"version": "0.11.6",
"description": "LBRY UI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",