Bump version: 0.9.0rc11 → 0.9.0rc12
This commit is contained in:
parent
c2f9352466
commit
4a4b575d93
3 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.9.0rc11
|
||||
current_version = 0.9.0rc12
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
|
@ -13,8 +13,8 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
|
||||
### Changed
|
||||
* Improved ability to style FormFields and form field labels
|
||||
* Refactored Publish page to use form field changes
|
||||
*
|
||||
*
|
||||
*
|
||||
|
||||
### Fixed
|
||||
|
@ -22,6 +22,11 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
*
|
||||
|
||||
## [0.9.0rc12] - 2017-03-06
|
||||
### Changed
|
||||
* Improved ability to style FormFields and form field labels
|
||||
* Refactored Publish page to use form field changes
|
||||
|
||||
## [0.9.0rc11] - 2017-02-27
|
||||
### Added
|
||||
* "Back to LBRY" button on Watch page
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.9.0rc11",
|
||||
"version": "0.9.0rc12",
|
||||
"description": "LBRY web ui",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
Loading…
Reference in a new issue