diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-23 10:23:52 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-23 10:23:52 -0400 |
| commit | 898c252e4c1d0521a106fb608993aef099dca16e (patch) | |
| tree | 03d8659d48667cfc5bbde90bebe2a7df6af71472 | |
| parent | 2862b90422c63afc8864952878594e4194c517d9 (diff) | |
| download | python-setuptools-git-898c252e4c1d0521a106fb608993aef099dca16e.tar.gz | |
Bump version: 40.4.2 → 40.4.3v40.4.3
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/1480.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 01a91b53..263a19aa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v40.4.3 +------- + +* #1480: Bump vendored pyparsing in pkg_resources to 2.2.1. + + v40.4.2 ------- diff --git a/changelog.d/1480.change.rst b/changelog.d/1480.change.rst deleted file mode 100644 index a15ceabd..00000000 --- a/changelog.d/1480.change.rst +++ /dev/null @@ -1 +0,0 @@ -Bump vendored pyparsing in pkg_resources to 2.2.1. @@ -1,5 +1,5 @@ [bumpversion] -current_version = 40.4.2 +current_version = 40.4.3 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="40.4.2", + version="40.4.3", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages" |
