diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-07 23:40:07 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-07 23:40:07 -0500 |
commit | cf231311e8e4def43c3253e36cfdf41df6a531cd (patch) | |
tree | f775b722be72461604c0ac2915cbaee73f4173ce | |
parent | dd2bad3ea58e9868a9e8b5d91b87f80e22f0680e (diff) | |
download | cmd2-git-cf231311e8e4def43c3253e36cfdf41df6a531cd.tar.gz |
Ran into an issue attempting to publish a release 1.0.0-rc1 to test.pypi.org0.10.0
I'm not sure if the problem is specific to the test version of PyPI or if it is related to limitations in setuptools_scm.
But to keep things simple I just changed the version to 0.10.0 and updated the CHANGELOG accordingly
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83463ac3..3879cdde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.0-rc1 (February 7, 2020) +## 0.10.0 (February 7, 2020) * Enhancements * Changed the default help text to make `help -v` more discoverable * **set** command now supports tab-completion of values @@ -24,8 +24,9 @@ * Removed `ansi.FG_COLORS` and `ansi.BG_COLORS` dictionaries * Replaced with `ansi.fg` and `ansi.bg` enums providing similar but improved functionality * Notes - * This is a release candidate prior to the 1.0.0 release - * We intend no more breaking changes prior to 1.0.0, just bug fixes and documentation updates + * This is an alpha release leading up to the 1.0.0 release + * We intend no more breaking changes prior to 1.0.0 + * Just bug fixes, documentation updates, and enhancements ## 0.9.25 (January 26, 2020) * Enhancements |