aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py4
-rw-r--r--ez_setup.py2
-rw-r--r--release.py4
-rwxr-xr-xsetup.py6
-rw-r--r--setuptools.egg-info/dependency_links.txt2
-rw-r--r--setuptools.egg-info/entry_points.txt72
-rw-r--r--setuptools.egg-info/requires.txt8
-rw-r--r--setuptools/__init__.py2
8 files changed, 50 insertions, 50 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 7113c365..d99639d6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -48,9 +48,9 @@ copyright = '2009-2013, The fellowship of the packaging'
# built documents.
#
# The short X.Y version.
-version = '0.9'
+version = '0.10'
# The full version, including alpha/beta/rc tags.
-release = '0.9'
+release = '0.10'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/ez_setup.py b/ez_setup.py
index 61187113..14eef924 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -28,7 +28,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "0.9"
+DEFAULT_VERSION = "0.10"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):
diff --git a/release.py b/release.py
index 36317993..443d455d 100644
--- a/release.py
+++ b/release.py
@@ -33,7 +33,7 @@ try:
except Exception:
pass
-VERSION = '0.9'
+VERSION = '0.10'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
def set_versions():
@@ -53,7 +53,7 @@ def infer_next_version(version):
>>> infer_next_version('1.0b')
'1.0b1'
- >>> infer_next_version('1.0.9')
+ >>> infer_next_version('1.0.10')
'1.0.10'
>>> infer_next_version('1')
diff --git a/setup.py b/setup.py
index 61a4308a..c748f07c 100755
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ exec(init_file.read(), d)
init_file.close()
SETUP_COMMANDS = d['__all__']
-VERSION = "0.9"
+VERSION = "0.10"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py
@@ -219,10 +219,10 @@ dist = setup(
"ssl:sys_platform=='win32'": "wincertstore==0.1",
"ssl:sys_platform=='win32' and python_version=='2.4'": "ctypes==1.0.2",
"ssl:python_version in '2.4, 2.5'":"ssl==1.16",
- "certs": "certifi==0.0.9",
+ "certs": "certifi==0.0.10",
},
dependency_links = [
- 'https://pypi.python.org/packages/source/c/certifi/certifi-0.0.9.tar.gz#md5=dc5f5e7f0b5fc08d27654b17daa6ecec',
+ 'https://pypi.python.org/packages/source/c/certifi/certifi-0.0.10.tar.gz#md5=dc5f5e7f0b5fc08d27654b17daa6ecec',
'https://pypi.python.org/packages/source/s/ssl/ssl-1.16.tar.gz#md5=fb12d335d56f3c8c7c1fefc1c06c4bfb',
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.1.zip#md5=2f9accbebe8f7b4c06ac7aa83879b81c',
'https://bitbucket.org/pypa/setuptools/downloads/ctypes-1.0.2.win32-py2.4.exe#md5=9092a0ad5a3d79fa2d980f1ddc5e9dbc',
diff --git a/setuptools.egg-info/dependency_links.txt b/setuptools.egg-info/dependency_links.txt
index c688b7ea..643fcf12 100644
--- a/setuptools.egg-info/dependency_links.txt
+++ b/setuptools.egg-info/dependency_links.txt
@@ -1,4 +1,4 @@
-https://pypi.python.org/packages/source/c/certifi/certifi-0.0.8.tar.gz#md5=dc5f5e7f0b5fc08d27654b17daa6ecec
+https://pypi.python.org/packages/source/c/certifi/certifi-0.0.9.tar.gz#md5=dc5f5e7f0b5fc08d27654b17daa6ecec
https://pypi.python.org/packages/source/s/ssl/ssl-1.16.tar.gz#md5=fb12d335d56f3c8c7c1fefc1c06c4bfb
https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.1.zip#md5=2f9accbebe8f7b4c06ac7aa83879b81c
https://bitbucket.org/pypa/setuptools/downloads/ctypes-1.0.2.win32-py2.4.exe#md5=9092a0ad5a3d79fa2d980f1ddc5e9dbc
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt
index 5db5e495..33d66921 100644
--- a/setuptools.egg-info/entry_points.txt
+++ b/setuptools.egg-info/entry_points.txt
@@ -1,62 +1,62 @@
-[console_scripts]
-easy_install-3.3 = setuptools.command.easy_install:main
-easy_install = setuptools.command.easy_install:main
-
[distutils.commands]
-bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
-bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
-install_lib = setuptools.command.install_lib:install_lib
-setopt = setuptools.command.setopt:setopt
build_ext = setuptools.command.build_ext:build_ext
build_py = setuptools.command.build_py:build_py
-install_scripts = setuptools.command.install_scripts:install_scripts
-saveopts = setuptools.command.saveopts:saveopts
-alias = setuptools.command.alias:alias
-sdist = setuptools.command.sdist:sdist
+install = setuptools.command.install:install
rotate = setuptools.command.rotate:rotate
upload_docs = setuptools.command.upload_docs:upload_docs
-bdist_egg = setuptools.command.bdist_egg:bdist_egg
+install_egg_info = setuptools.command.install_egg_info:install_egg_info
+sdist = setuptools.command.sdist:sdist
+install_scripts = setuptools.command.install_scripts:install_scripts
+bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
egg_info = setuptools.command.egg_info:egg_info
-test = setuptools.command.test:test
+setopt = setuptools.command.setopt:setopt
+register = setuptools.command.register:register
develop = setuptools.command.develop:develop
-install = setuptools.command.install:install
-install_egg_info = setuptools.command.install_egg_info:install_egg_info
+saveopts = setuptools.command.saveopts:saveopts
+bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
+bdist_egg = setuptools.command.bdist_egg:bdist_egg
+test = setuptools.command.test:test
+install_lib = setuptools.command.install_lib:install_lib
easy_install = setuptools.command.easy_install:easy_install
-register = setuptools.command.register:register
+alias = setuptools.command.alias:alias
[egg_info.writers]
-PKG-INFO = setuptools.command.egg_info:write_pkg_info
-depends.txt = setuptools.command.egg_info:warn_depends_obsolete
-dependency_links.txt = setuptools.command.egg_info:overwrite_arg
-entry_points.txt = setuptools.command.egg_info:write_entries
-eager_resources.txt = setuptools.command.egg_info:overwrite_arg
-top_level.txt = setuptools.command.egg_info:write_toplevel_names
requires.txt = setuptools.command.egg_info:write_requirements
+entry_points.txt = setuptools.command.egg_info:write_entries
+dependency_links.txt = setuptools.command.egg_info:overwrite_arg
+depends.txt = setuptools.command.egg_info:warn_depends_obsolete
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
+top_level.txt = setuptools.command.egg_info:write_toplevel_names
+eager_resources.txt = setuptools.command.egg_info:overwrite_arg
+PKG-INFO = setuptools.command.egg_info:write_pkg_info
-[setuptools.installation]
-eggsecutable = setuptools.command.easy_install:bootstrap
+[setuptools.file_finders]
+svn_cvs = setuptools.command.sdist:_default_revctrl
[distutils.setup_keywords]
-include_package_data = setuptools.dist:assert_bool
-zip_safe = setuptools.dist:assert_bool
-use_2to3 = setuptools.dist:assert_bool
eager_resources = setuptools.dist:assert_string_list
-convert_2to3_doctests = setuptools.dist:assert_string_list
install_requires = setuptools.dist:check_requirements
test_loader = setuptools.dist:check_importable
-extras_require = setuptools.dist:check_extras
-exclude_package_data = setuptools.dist:check_package_data
+test_suite = setuptools.dist:check_test_suite
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
-dependency_links = setuptools.dist:assert_string_list
-entry_points = setuptools.dist:check_entry_points
package_data = setuptools.dist:check_package_data
+convert_2to3_doctests = setuptools.dist:assert_string_list
+include_package_data = setuptools.dist:assert_bool
+extras_require = setuptools.dist:check_extras
use_2to3_fixers = setuptools.dist:assert_string_list
+exclude_package_data = setuptools.dist:check_package_data
tests_require = setuptools.dist:check_requirements
+entry_points = setuptools.dist:check_entry_points
+dependency_links = setuptools.dist:assert_string_list
+use_2to3 = setuptools.dist:assert_bool
packages = setuptools.dist:check_packages
+zip_safe = setuptools.dist:assert_bool
namespace_packages = setuptools.dist:check_nsp
-test_suite = setuptools.dist:check_test_suite
-[setuptools.file_finders]
-svn_cvs = setuptools.command.sdist:_default_revctrl
+[console_scripts]
+easy_install-3.3 = setuptools.command.easy_install:main
+easy_install = setuptools.command.easy_install:main
+
+[setuptools.installation]
+eggsecutable = setuptools.command.easy_install:bootstrap
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt
index bf85f734..7fe85218 100644
--- a/setuptools.egg-info/requires.txt
+++ b/setuptools.egg-info/requires.txt
@@ -1,13 +1,13 @@
+[ssl:sys_platform=='win32']
+wincertstore==0.1
+
[certs]
-certifi==0.0.8
+certifi==0.0.9
[ssl:python_version in '2.4, 2.5']
ssl==1.16
-[ssl:sys_platform=='win32']
-wincertstore==0.1
-
[ssl:sys_platform=='win32' and python_version=='2.4']
ctypes==1.0.2 \ No newline at end of file
diff --git a/setuptools/__init__.py b/setuptools/__init__.py
index bc62cf82..9158fd75 100644
--- a/setuptools/__init__.py
+++ b/setuptools/__init__.py
@@ -8,7 +8,7 @@ from distutils.util import convert_path
import os
import sys
-__version__ = '0.9'
+__version__ = '0.10'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
'find_packages'