diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-03 13:30:25 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-03 13:30:25 -0400 |
| commit | a781730b09a385da8c6f4102ec0acdc3ff8184a4 (patch) | |
| tree | e2fac2610bdbde4966c127bd4ad6e7a5b5cb7f94 | |
| parent | ea3bb0f33c6e86f41faf2ea32c1e02dd17ffa99d (diff) | |
| download | python-setuptools-git-a781730b09a385da8c6f4102ec0acdc3ff8184a4.tar.gz | |
Bumped to 3.6 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 c9b588bf..e5e6e56f 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -31,7 +31,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "3.5" +DEFAULT_VERSION = "3.6" 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 b48a18ad..f1d93208 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '3.5' +__version__ = '3.6' |
