Bump version: 0.9.0rc10 → 0.9.0rc11

This commit is contained in:
Alex Liebowitz 2017-02-27 17:49:08 -05:00
parent a97cd34407
commit 1ccbbe721f
3 changed files with 18 additions and 8 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0rc10
current_version = 0.9.0rc11
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

@ -8,20 +8,30 @@ Web UI version numbers should always match the corresponding version of LBRY App
## [Unreleased]
### Added
* "Back to LBRY" button on Watch page
*
*
*
### Changed
* In error modal, hide details in expandable section
*
*
*
### Fixed
* On load screen, always show Cancel link if a previous page is available
* When user hits "Watch," don't check balance if download already started
* Restore UI version on Help page
* Fix sorting on My Files page
*
*
*
## [0.9.0rc11] - 2017-02-27
### Added
* "Back to LBRY" button on Watch page
### Changed
* In error modal, hide details in expandable section
### Fixed
* On load screen, always show Cancel link if a previous page is available
* When user hits "Watch," don't check balance if download already started
* Restore UI version on Help page
* Fix sorting on My Files page
## [0.9.0rc9] - 2017-02-22
### Changed

View file

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