Bump version: 0.19.2rc1 → 0.19.2

This commit is contained in:
Liam Cardenas 2017-12-22 22:25:05 -08:00
parent 1cf8826ac0
commit b3e47a8f86
3 changed files with 23 additions and 8 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.19.2rc1 current_version = 0.19.2
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
* Added copy address button to the Wallet Address component on Send / Receive (#875) *
* Link to creators channels on homepage (#869)
* Pause playing video when file is opened (#880)
* Reenabled rewards with new verification process (#897)
* *
### Changed ### Changed
* Contributor documentation (#879) *
* *
### Fixed ### Fixed
* Linux app categorization (#877) *
* *
### Deprecated ### Deprecated
@ -30,6 +27,24 @@ Web UI version numbers should always match the corresponding version of LBRY App
* *
* *
## [0.19.2] - 2017-12-22
### Added
* Added copy address button to the Wallet Address component on Send / Receive (#875)
* Link to creators channels on homepage (#869)
* Pause playing video when file is opened (#880)
* Reenabled rewards with new verification process (#897)
### Changed
* Contributor documentation (#879)
### Fixed
* Linux app categorization (#877)
## [0.19.1] - 2017-12-13 ## [0.19.1] - 2017-12-13
### Added ### Added

View file

@ -1,6 +1,6 @@
{ {
"name": "LBRY", "name": "LBRY",
"version": "0.19.2rc1", "version": "0.19.2",
"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.",
"homepage": "https://lbry.io/", "homepage": "https://lbry.io/",
"bugs": { "bugs": {