Bump version: 40.9.0 → 41.0.0

This commit is contained in:
Jason R. Coombs 2019-04-05 13:23:32 -04:00
parent 4edd0d5722
commit 7a80e29b31
4 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 40.9.0
current_version = 41.0.0
commit = True
tag = True

View File

@ -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
-------

View File

@ -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.

View File

@ -19,4 +19,4 @@ universal = 1
[metadata]
license_file = LICENSE
version = 40.9.0
version = 41.0.0