Skip to content

Commit

Permalink
Bump version: 38.2.2 → 38.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Nov 27, 2017
1 parent 54f245d commit d77377a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 38.2.2
current_version = 38.2.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def pypi_link(pkg_filename):

setup_params = dict(
name="setuptools",
version="38.2.2",
version="38.2.3",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",
Expand Down

2 comments on commit d77377a

@reinout
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: there's no changelog entry for this release. (I wondered as I got a 38.2.3 even though 38.2.2 was the last one in the changelog).

@benoit-pierre
Copy link
Member Author

@benoit-pierre benoit-pierre commented on d77377a Nov 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's because the build was failing on Travis: the Python 3.3 job, as support was dropped by Pytest; so no user facing changes between 38.2.2 and 38.2.3, just a fix for this.

Please sign in to comment.