Skip to content

Commit

Permalink
Bump version: 49.1.2 → 49.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 12, 2020
1 parent 7722b7d commit 9e16d53
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 49.1.2
current_version = 49.1.3
commit = True
tag = True

Expand Down
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v49.1.3
-------

* #2212: (Distutils) Allow spawn to accept environment. Avoid monkey-patching global state.
* #2249: Fix extension loading technique in stubs.


v49.1.2
-------

Expand Down
1 change: 0 additions & 1 deletion changelog.d/2212.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2249.misc.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ formats = zip

[metadata]
name = setuptools
version = 49.1.2
version = 49.1.3
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org
Expand Down

0 comments on commit 9e16d53

Please sign in to comment.