Commit 7a80e29b authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 40.9.0 → 41.0.0

parent 4edd0d57
[bumpversion]
current_version = 40.9.0
current_version = 41.0.0
commit = True
tag = True
......
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
-------
......
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.
......@@ -19,4 +19,4 @@ universal = 1
[metadata]
license_file = LICENSE
version = 40.9.0
version = 41.0.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment