Skip to content

Commit cf23131

Browse files
committed
Ran into an issue attempting to publish a release 1.0.0-rc1 to test.pypi.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
1 parent dd2bad3 commit cf23131

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.0-rc1 (February 7, 2020)
1+
## 0.10.0 (February 7, 2020)
22
* Enhancements
33
* Changed the default help text to make `help -v` more discoverable
44
* **set** command now supports tab-completion of values
@@ -24,8 +24,9 @@
2424
* Removed `ansi.FG_COLORS` and `ansi.BG_COLORS` dictionaries
2525
* Replaced with `ansi.fg` and `ansi.bg` enums providing similar but improved functionality
2626
* Notes
27-
* This is a release candidate prior to the 1.0.0 release
28-
* We intend no more breaking changes prior to 1.0.0, just bug fixes and documentation updates
27+
* This is an alpha release leading up to the 1.0.0 release
28+
* We intend no more breaking changes prior to 1.0.0
29+
* Just bug fixes, documentation updates, and enhancements
2930

3031
## 0.9.25 (January 26, 2020)
3132
* Enhancements

0 commit comments

Comments
 (0)