Skip to content

Commit

Permalink
3.6.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Feb 6, 2017
1 parent 95c8240 commit d82fc73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
3.6.0
-----

* Deprecate `Contract.code`: replaced by `Contract.bytecode`
* Deprecate `Contract.code_runtime`: replaced by `Contract.bytecode_runtime`
* Deprecate `abi`, `code`, `code_runtime` and `source` as arguments for the `Contract` object.
* Deprecate `source` as a property of the `Contract` object
* Add `Contract.factory()` API.
* Deprecate the `construct_contract_factory` helper function.

3.5.3
-----

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

setup(
name='web3',
version='3.5.3',
version='3.6.0',
description="""Web3.py""",
long_description=readme,
author='Piper Merriam',
Expand Down

0 comments on commit d82fc73

Please sign in to comment.