From 965c0935c8a83bc8bed0d7bbb8e5a235d4e96603 Mon Sep 17 00:00:00 2001 From: Cory Dodt <121705+corydodt@users.noreply.github.com> Date: Tue, 23 Jul 2019 14:37:59 -0700 Subject: [PATCH] #14 bump version --- README.md | 7 +++++-- setup.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cac1847..9d31ede 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,11 @@ Make sure to: - Update codado/_version.py - Update the Change Log below +- **Commit the changes to the above files** - Add and push a tag for the new release ``` -$ python setup.py sdist bdist_wheel +$ python3 setup.py sdist bdist_wheel && python2 setup.py bdist_wheel $ twine upload dist/* ``` @@ -39,8 +40,9 @@ For point releases: Make sure there is a series-0.x branch in github, and branch ## Change Log +### [0.7.2] - 2019.07.23 #### Fixed: - - stop overspecifying python-dateutil to allow dependents to install more easily + - stop overspecifying python-dateutil to allow dependents to install more easily ### [0.7.0] - 2019.07.03 #### Removed: @@ -87,6 +89,7 @@ For point releases: Make sure there is a series-0.x branch in github, and branch - 0.4: Initial public usable release [Crosscap]: https://github.com/corydodt/Crosscap +[0.7.2]: https://github.com/corydodt/Codado/compare/release-0.7.0...release-0.7.2 [0.7.0]: https://github.com/corydodt/Codado/compare/release-0.6.1...release-0.7.0 [0.6.1]: https://github.com/corydodt/Codado/compare/release-0.5.2...release-0.6.1 [0.5.2]: https://github.com/corydodt/Codado/compare/release-0.5.1...release-0.5.2 diff --git a/setup.py b/setup.py index 435e7e2..a1a965e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup -__version__ = '0.7.0' +__version__ = '0.7.2' cfg = dict(