diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-30 18:36:44 +0100 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-30 18:36:44 +0100 |
commit | d5f19d2efb05693cf0934e8fc32f6c2b71ee6e38 (patch) | |
tree | 19182732da9da0e6c5652903bd5d0769f0e97858 | |
parent | 248a2a7f1496558ef5826edf04bf0605f72c60c3 (diff) | |
download | external_python_setuptools-d5f19d2efb05693cf0934e8fc32f6c2b71ee6e38.tar.gz external_python_setuptools-d5f19d2efb05693cf0934e8fc32f6c2b71ee6e38.tar.bz2 external_python_setuptools-d5f19d2efb05693cf0934e8fc32f6c2b71ee6e38.zip |
Bumped to 3.4.2 in preparation for next release.
-rw-r--r-- | ez_setup.py | 2 | ||||
-rw-r--r-- | setuptools.egg-info/requires.txt | 8 | ||||
-rw-r--r-- | setuptools/version.py | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ez_setup.py b/ez_setup.py index f5fa741b..1429de91 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -31,7 +31,7 @@ try: 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): diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt index a49a923e..e5db30ad 100644 --- a/setuptools.egg-info/requires.txt +++ b/setuptools.egg-info/requires.txt @@ -1,7 +1,7 @@ -[certs] -certifi==1.0.1 - [ssl:sys_platform=='win32'] -wincertstore==0.2
\ No newline at end of file +wincertstore==0.2 + +[certs] +certifi==1.0.1
\ No newline at end of file diff --git a/setuptools/version.py b/setuptools/version.py index da4564dd..daee014f 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '3.4.1' +__version__ = '3.4.2' |