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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user