Skip to content

Commit e7e5817

Browse files
committed
Bump version: 48.0.0 → 49.0.0
1 parent 990237c commit e7e5817

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 48.0.0
2+
current_version = 49.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v49.0.0
2+
-------
3+
4+
* #2165: Setuptools no longer installs a site.py file during easy_install or develop installs. As a result, .eggs on PYTHONPATH will no longer take precedence over other packages on sys.path. If this issue affects your production environment, please reach out to the maintainers at #2165.
5+
* #2137: Removed (private) pkg_resources.RequirementParseError, now replaced by packaging.requirements.InvalidRequirement. Kept the name for compatibility, but users should catch InvalidRequirement instead.
6+
* #2180: Update vendored packaging in pkg_resources to 19.2.
7+
* #2199: Fix exception causes all over the codebase by using ``raise new_exception from old_exception``
8+
9+
110
v48.0.0
211
-------
312

changelog.d/2137.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2165.breaking.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2180.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2199.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ formats = zip
1616

1717
[metadata]
1818
name = setuptools
19-
version = 48.0.0
19+
version = 49.0.0
2020
description = Easily download, build, install, upgrade, and uninstall Python packages
2121
author = Python Packaging Authority
2222
author_email = [email protected]

0 commit comments

Comments
 (0)