Skip to content

Commit

Permalink
Ran into an issue attempting to publish a release 1.0.0-rc1 to test.p…
Browse files Browse the repository at this point in the history
…ypi.org

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
  • Loading branch information
tleonhardt committed Feb 8, 2020
1 parent dd2bad3 commit cf23131
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit cf23131

Please sign in to comment.