diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-01 09:26:35 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-01 09:26:35 -0400 |
commit | 7dadb206287fccf173e9e3f7eaed8b79fe03dae4 (patch) | |
tree | 24ed8a159a915cc5874df4d8074822f34fb02b8a | |
parent | 031e535529afe83cf47463ca3866f3cf8513ee34 (diff) | |
download | external_python_setuptools-7dadb206287fccf173e9e3f7eaed8b79fe03dae4.tar.gz external_python_setuptools-7dadb206287fccf173e9e3f7eaed8b79fe03dae4.tar.bz2 external_python_setuptools-7dadb206287fccf173e9e3f7eaed8b79fe03dae4.zip |
Update changelog to reflect unintended bumpversion
-rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 1eba41b1..77edc67b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,9 +2,12 @@ CHANGES ======= -v21.3.0 +v22.0.0 ------- +Intended to be v21.3.0, but jaraco accidentally released as +a major bump. + * #598: Setuptools now lists itself first in the User-Agent for web requests, better following the guidelines in `RFC 7231 |