Bump version: 0.19.3rc2 → 0.19.3
This commit is contained in:
parent
722a25b477
commit
f750fd399d
3 changed files with 21 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.19.3rc2
|
||||
current_version = 0.19.3
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -12,12 +12,11 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
|
||||
### Changed
|
||||
* Improved internal code structuring by adding linting integration -- developers only (#891)
|
||||
* Improved developer documentation (#910)
|
||||
*
|
||||
*
|
||||
|
||||
### Fixed
|
||||
* Added snackbar text in place where it was coming up blank (#902)
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
|
@ -25,8 +24,24 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
|
||||
### Removed
|
||||
* Removed email verification reward (#914)
|
||||
*
|
||||
*
|
||||
|
||||
## [0.19.3] - 2017-12-30
|
||||
|
||||
### Changed
|
||||
* Improved internal code structuring by adding linting integration -- developers only (#891)
|
||||
* Improved developer documentation (#910)
|
||||
|
||||
|
||||
### Removed
|
||||
* Removed email verification reward (#914)
|
||||
|
||||
|
||||
### Fixed
|
||||
* Added snackbar text in place where it was coming up blank (#902)
|
||||
|
||||
|
||||
|
||||
## [0.19.2] - 2017-12-22
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.19.3rc2",
|
||||
"version": "0.19.3",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"homepage": "https://lbry.io/",
|
||||
"bugs": {
|
||||
|
|
Loading…
Reference in a new issue