diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-01 18:33:05 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-01 18:33:05 -0500 |
| commit | 7e97def47723303fafabe48b22168bbc11bb4821 (patch) | |
| tree | 5304988dfb35334a7a6e71a4c2739cc2e539a85f | |
| parent | 95accbbd4f5d3fd1ac29b306e986fce967fde865 (diff) | |
| download | python-setuptools-git-7e97def47723303fafabe48b22168bbc11bb4821.tar.gz | |
Bump version: 43.0.0 → 44.0.0v44.0.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/1908.breaking.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 25093b87..e1bfa898 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 43.0.0 +current_version = 44.0.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 817f8168..109a3f48 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v44.0.0 +------- + +* #1908: Drop support for Python 3.4. + + v43.0.0 ------- diff --git a/changelog.d/1908.breaking.rst b/changelog.d/1908.breaking.rst deleted file mode 100644 index 3fbb9fe7..00000000 --- a/changelog.d/1908.breaking.rst +++ /dev/null @@ -1 +0,0 @@ -Drop support for Python 3.4. @@ -19,7 +19,7 @@ universal = 1 [metadata] name = setuptools -version = 43.0.0 +version = 44.0.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
