Skip to content

Commit

Permalink
Describe the change. Bump 34.1.1 -> 34.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
moriyoshi committed Feb 12, 2017
1 parent 65fdcf7 commit 34f6eeb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,10 @@
v34.2
-----

* #968: Allow '+' and '!' in egg fragments
so that it can take package names that contain
PEP 440 conforming version specifiers.

v34.1.1
-------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 34.1.1
current_version = 34.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -88,7 +88,7 @@ def pypi_link(pkg_filename):

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

0 comments on commit 34f6eeb

Please sign in to comment.