Bump version: 0.19.1rc3 → 0.19.1
This commit is contained in:
parent
02798e9b80
commit
a0314c21ec
3 changed files with 22 additions and 7 deletions
|
@ -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+))?
|
||||||
|
|
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -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
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue