Skip to content

Commit

Permalink
Bumped to 3.4.2 in preparation for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 30, 2014
1 parent 248a2a7 commit d5f19d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ez_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
except ImportError:
USER_SITE = None

DEFAULT_VERSION = "3.4.1"
DEFAULT_VERSION = "3.4.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"

def _python_cmd(*args):
Expand Down
8 changes: 4 additions & 4 deletions setuptools.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


[certs]
certifi==1.0.1

[ssl:sys_platform=='win32']
wincertstore==0.2
wincertstore==0.2

[certs]
certifi==1.0.1
2 changes: 1 addition & 1 deletion setuptools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.4.1'
__version__ = '3.4.2'

0 comments on commit d5f19d2

Please sign in to comment.