Bump version: 0.19.1rc3 → 0.19.1

This commit is contained in:
Liam Cardenas 2017-12-13 09:44:52 -08:00
parent 02798e9b80
commit a0314c21ec
3 changed files with 22 additions and 7 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.19.1rc3 current_version = 0.19.1
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,17 +8,15 @@ Web UI version numbers should always match the corresponding version of LBRY App
## [Unreleased] ## [Unreleased]
### Added ### Added
* Added empty rewards message on overview page (https://github.com/lbryio/lbry-app/pull/847). *
* *
### Changed ### Changed
* Updated developer tools and restructured code (https://github.com/lbryio/lbry-app/pull/861)(https://github.com/lbryio/lbry-app/pull/862). *
* *
### Fixed ### Fixed
* Fixed typos (https://github.com/lbryio/lbry-app/pull/845)(https://github.com/lbryio/lbry-app/pull/846). *
* Fixed theme-related error while running in development (https://github.com/lbryio/lbry-app/pull/865).
* Fixed build/signing error on Windows (https://github.com/lbryio/lbry-app/pull/864).
* *
### Deprecated ### Deprecated
@ -29,6 +27,23 @@ Web UI version numbers should always match the corresponding version of LBRY App
* *
* *
## [0.19.1] - 2017-12-13
### Added
* Added empty rewards message on overview page (https://github.com/lbryio/lbry-app/pull/847).
### Changed
* Updated developer tools and restructured code (https://github.com/lbryio/lbry-app/pull/861)(https://github.com/lbryio/lbry-app/pull/862).
### Fixed
* Fixed typos (https://github.com/lbryio/lbry-app/pull/845)(https://github.com/lbryio/lbry-app/pull/846).
* Fixed theme-related error while running in development (https://github.com/lbryio/lbry-app/pull/865).
* Fixed build/signing error on Windows (https://github.com/lbryio/lbry-app/pull/864).
## [0.19.0] - 2017-12-11 ## [0.19.0] - 2017-12-11
### Added ### Added

View file

@ -1,6 +1,6 @@
{ {
"name": "LBRY", "name": "LBRY",
"version": "0.19.1rc3", "version": "0.19.1",
"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": {