Bump version: 0.11.6rc1 → 0.11.6
This commit is contained in:
parent
3c1b361ee7
commit
5a552761da
4 changed files with 18 additions and 6 deletions
|
@ -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+))?
|
||||
|
|
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue