diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-06 21:30:46 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-06 21:30:46 -0400 |
| commit | 5eee6b4b523a6d2ae16ef913c01302f951b4f614 (patch) | |
| tree | 1bb15b9986b2d356eb68ea762de4770ac4822abe | |
| parent | 01bf4fb2b13c3f7f6d9e8d253d2923b5ea09caa2 (diff) | |
| download | python-setuptools-git-41.4.0.tar.gz | |
Bump version: 41.3.0 → 41.4.0v41.4.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/1847.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 37b22446..d6768cb8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 41.3.0 +current_version = 41.4.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 883f4f2b..ecde25a5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v41.4.0 +------- + +* #1847: In declarative config, now traps errors when invalid ``python_requires`` values are supplied. + + v41.3.0 ------- diff --git a/changelog.d/1847.change.rst b/changelog.d/1847.change.rst deleted file mode 100644 index d3f7724e..00000000 --- a/changelog.d/1847.change.rst +++ /dev/null @@ -1 +0,0 @@ -In declarative config, now traps errors when invalid ``python_requires`` values are supplied. @@ -19,7 +19,7 @@ universal = 1 [metadata] name = setuptools -version = 41.3.0 +version = 41.4.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
