Bump version: 0.14.3rc3 → 0.14.3

This commit is contained in:
Jeremy Kauffman 2017-08-03 15:08:46 -04:00
parent 7e6bce1ab2
commit 443ab0b804
4 changed files with 26 additions and 10 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.14.3rc3 current_version = 0.14.3
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+))?

View file

@ -8,18 +8,15 @@ Web UI version numbers should always match the corresponding version of LBRY App
## [Unreleased] ## [Unreleased]
### Added ### Added
* Add tooltips to controls in header *
* New flow for rewards authentication failure *
### Changed ### Changed
* Make it clearer how to skip identity verification and add link to FAQ *
* Reward-eligible content icon is now a rocket ship :D :D :D
* Change install description shown by operating systems
* Improved flow for when app is run with incompatible daemon
* *
### Fixed ### Fixed
* Corrected improper pluralization on loading screen *
* *
### Deprecated ### Deprecated
@ -30,6 +27,25 @@ Web UI version numbers should always match the corresponding version of LBRY App
* *
* *
## [0.14.3] - 2017-08-03
### Added
* Add tooltips to controls in header
* New flow for rewards authentication failure
### Changed
* Make it clearer how to skip identity verification and add link to FAQ
* Reward-eligible content icon is now a rocket ship :D :D :D
* Change install description shown by operating systems
* Improved flow for when app is run with incompatible daemon
### Fixed
* Corrected improper pluralization on loading screen
## [0.14.2] - 2017-07-30 ## [0.14.2] - 2017-07-30
### Added ### Added

View file

@ -1,6 +1,6 @@
{ {
"name": "LBRY", "name": "LBRY",
"version": "0.14.3rc3", "version": "0.14.3",
"main": "main.js", "main": "main.js",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"author": { "author": {

View file

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