Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.9.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoshenka committed Mar 21, 2017
1 parent 05f7f5c commit da3ed07
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1
current_version = 0.9.2rc1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
Expand Down
25 changes: 17 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,32 @@ at anytime.

## [Unreleased]
### Added
* Add `wallet_list` command
*
*
*

### Changed
* Dont add expected payment to wallet when payment rate is 0
*
*
*

### Fixed
* Fixed descriptor_get
* Fixed jsonrpc_reflect()
* Fixed api help return
* Fixed API command descriptor_get
* Fixed API command transaction_show
* Handle failure to decode claim cache file
*
*
*

## [0.9.2rc1] - 2017-03-21
### Added
* Add `wallet_list` command
### Changed
* Dont add expected payment to wallet when payment rate is 0
### Fixed
* Fixed descriptor_get
* Fixed jsonrpc_reflect()
* Fixed api help return
* Fixed API command descriptor_get
* Fixed API command transaction_show
* Handle failure to decode claim cache file

## [0.9.1] - 2017-03-17
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lbrynet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "0.9.1"
__version__ = "0.9.2rc1"
version = tuple(__version__.split('.'))

logging.getLogger(__name__).addHandler(logging.NullHandler())

0 comments on commit da3ed07

Please sign in to comment.