python-packages: bump version numbers for publish
This commit is contained in:
parent
50f69f734f
commit
d69da38f7d
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2.2.0 - TBD
|
## 2.2.0 - 2019-08-08
|
||||||
|
|
||||||
- Added ERC1155Proxy address
|
- Added ERC1155Proxy address
|
||||||
- Updated addresses for AssetProxyOwner, Coordinator, CoordinatorRegistry, Forwarder, and OrderValidator.
|
- Updated addresses for AssetProxyOwner, Coordinator, CoordinatorRegistry, Forwarder, and OrderValidator.
|
||||||
|
@ -119,7 +119,7 @@ with open("README.md", "r") as file_handle:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="0x-contract-addresses",
|
name="0x-contract-addresses",
|
||||||
version="2.1.0",
|
version="2.2.0",
|
||||||
description="Addresses at which the 0x smart contracts have been deployed",
|
description="Addresses at which the 0x smart contracts have been deployed",
|
||||||
long_description=README_MD,
|
long_description=README_MD,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.0.0 - TBD
|
## 1.0.0 - 2019-08-08
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 3.0.0 - TBD
|
## 3.0.0 - 2019-08-08
|
||||||
|
|
||||||
- Major breaking changes: removal of definitions for Order, OrderInfo, order_to_jsdict, jsdict_to_order, all of which have been moved to contract_wrappers.exchange.types; removal of signature validation; migration from v4 to v5 of Web3.py
|
- Major breaking changes: removal of definitions for Order, OrderInfo, order_to_jsdict, jsdict_to_order, all of which have been moved to contract_wrappers.exchange.types; removal of signature validation; migration from v4 to v5 of Web3.py
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@ with open("README.md", "r") as file_handle:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="0x-order-utils",
|
name="0x-order-utils",
|
||||||
version="2.0.0",
|
version="3.0.0",
|
||||||
description="Order utilities for 0x applications",
|
description="Order utilities for 0x applications",
|
||||||
long_description=README_MD,
|
long_description=README_MD,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 3.0.0 - TBD
|
## 3.0.0 - 2019-08-08
|
||||||
|
|
||||||
- Migrated from v4 to v5 of Web3.py.
|
- Migrated from v4 to v5 of Web3.py.
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|||||||
from setuptools.command.test import test as TestCommand
|
from setuptools.command.test import test as TestCommand
|
||||||
|
|
||||||
NAME = "0x-sra-client"
|
NAME = "0x-sra-client"
|
||||||
VERSION = "2.0.0"
|
VERSION = "3.0.0"
|
||||||
# To install the library, run the following
|
# To install the library, run the following
|
||||||
#
|
#
|
||||||
# python setup.py install
|
# python setup.py install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user