Pre-publish version updates (#2049)
* json_schemas.py: make changelog be rev. chrono. Change CHANGELOG.md from chronological to reverse chronological. * json_schemas.py: fix version numbers It looks like the version number was changed in the past, but the new version was never published, so corrected that. Will publish after this merges into development. * order_utils.py: pre-publish version bump
This commit is contained in:
parent
384cd47416
commit
08502c1eb6
@ -1,10 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 1.1.0 - 2019-08-09
|
||||
|
||||
- Added `verifyingContractAddress` to `/zeroExTransactionSchema`.
|
||||
- Expanded documentation.
|
||||
- Permit mixed-case addresses.
|
||||
|
||||
## 1.0.0 - 2019-01-09
|
||||
|
||||
- Initial release.
|
||||
|
||||
## 2.0.0 - 2019-04-30
|
||||
|
||||
- Added `verifyingContractAddress` to `/zeroExTransactionSchema`.
|
||||
- Expanded documentation.
|
||||
|
@ -139,7 +139,7 @@ with open("README.md", "r") as file_handle:
|
||||
|
||||
setup(
|
||||
name="0x-json-schemas",
|
||||
version="2.0.0",
|
||||
version="1.1.0",
|
||||
description="JSON schemas for 0x applications",
|
||||
long_description=README_MD,
|
||||
long_description_content_type="text/markdown",
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 3.0.1 - 2019-08-09
|
||||
|
||||
- Fixed dependencies: changed `deprecated` from being an extras_require["dev"] dependency to being an install_requires dependency, since it's required not just for doc generation but also just to import the package.
|
||||
|
||||
## 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
|
||||
|
@ -149,7 +149,7 @@ with open("README.md", "r") as file_handle:
|
||||
|
||||
setup(
|
||||
name="0x-order-utils",
|
||||
version="3.0.0",
|
||||
version="3.0.1",
|
||||
description="Order utilities for 0x applications",
|
||||
long_description=README_MD,
|
||||
long_description_content_type="text/markdown",
|
||||
|
Loading…
x
Reference in New Issue
Block a user