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:
F. Eugene Aumson
2019-08-09 19:15:57 -04:00
committed by GitHub
parent 384cd47416
commit 08502c1eb6
4 changed files with 12 additions and 7 deletions

View File

@@ -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",