summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-04-05 13:23:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-04-05 13:23:32 -0400
commit7a80e29b31f255a3fff5147e50d0135271b7c101 (patch)
treed9c7dd5b1bfef864b3d5546d2c72a492c3681d4e
parent4edd0d57228da37795f9600ec06363d0a24cada8 (diff)
downloadpython-setuptools-git-41.0.0.tar.gz
Bump version: 40.9.0 → 41.0.0v41.0.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst6
-rw-r--r--changelog.d/1735.breaking.rst1
-rw-r--r--setup.cfg2
4 files changed, 8 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 9840c086..a8fd179a 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 40.9.0
+current_version = 41.0.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 2a8d432a..8785d3d2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v41.0.0
+-------
+
+* #1735: When parsing setup.cfg files, setuptools now requires the files to be encoded as UTF-8. Any other encoding will lead to a UnicodeDecodeError. This change removes support for specifying an encoding using a 'coding: ' directive in the header of the file, a feature that was introduces in 40.7. Given the recent release of the aforementioned feature, it is assumed that few if any projects are utilizing the feature to specify an encoding other than UTF-8.
+
+
v40.9.0
-------
diff --git a/changelog.d/1735.breaking.rst b/changelog.d/1735.breaking.rst
deleted file mode 100644
index 448730c4..00000000
--- a/changelog.d/1735.breaking.rst
+++ /dev/null
@@ -1 +0,0 @@
-When parsing setup.cfg files, setuptools now requires the files to be encoded as UTF-8. Any other encoding will lead to a UnicodeDecodeError. This change removes support for specifying an encoding using a 'coding: ' directive in the header of the file, a feature that was introduces in 40.7. Given the recent release of the aforementioned feature, it is assumed that few if any projects are utilizing the feature to specify an encoding other than UTF-8.
diff --git a/setup.cfg b/setup.cfg
index 01fe6ae9..561e7b24 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,4 +19,4 @@ universal = 1
[metadata]
license_file = LICENSE
-version = 40.9.0
+version = 41.0.0