Skip to content

Commit

Permalink
Merge pull request #782 from pirapira/0.16.0
Browse files Browse the repository at this point in the history
0.16.0 Release
  • Loading branch information
pirapira authored Mar 27, 2019
2 parents 4c52883 + 29951b5 commit 6a5c678
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.15.0
current_version = 0.16.0
commit = True
tag = True

Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ Documents changes that result in:

## Unreleased

- Added contract_manager.get_contracts_deployed_info() that takes a module (`SERVICES`, `RAIDEN` or `ALL`) instead of `services:bool`
- Deprecated get_contracts_deployed() whose name sounded wrong and that had to be called twice.
- deploy script does not take --registry option anymore. Use --token-network-registry instead.
## [0.16.0](https://github.com/raiden-network/raiden-contracts/releases/tag/v0.16.0) - 2019-03-26

- [#775](https://github.com/raiden-network/raiden-contracts/pull/775) Added contract_manager.get_contracts_deployed_info() that takes a module (`SERVICES`, `RAIDEN` or `ALL`) instead of `services:bool`
- [#775](https://github.com/raiden-network/raiden-contracts/pull/775) Deprecated get_contracts_deployed() whose name sounded wrong and that had to be called twice.
- [#755](https://github.com/raiden-network/raiden-contracts/pull/755) deploy script does not take --registry option anymore. Use --token-network-registry instead.

## [0.15.0](https://github.com/raiden-network/raiden-contracts/releases/tag/v0.15.0) - 2019-03-19

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


DESCRIPTION = 'Raiden contracts library and utilities'
VERSION = '0.15.0'
VERSION = '0.16.0'


def read_requirements(path: str) -> List[str]:
Expand Down

0 comments on commit 6a5c678

Please sign in to comment.