diff --git a/common/setup.py b/common/setup.py index c85ca7ec..3948b012 100755 --- a/common/setup.py +++ b/common/setup.py @@ -4,7 +4,7 @@ setup( name='pulp_python_common', - version='1.0.0c2', + version='1.0.0c3', packages=find_packages(), url='http://www.pulpproject.org', license='GPLv2+', diff --git a/docs/conf.py b/docs/conf.py index 8d86a7d4..9bca1c2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.0c2' +release = '1.0.0c3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/extensions_admin/setup.py b/extensions_admin/setup.py index 4908d254..38ea2fa4 100755 --- a/extensions_admin/setup.py +++ b/extensions_admin/setup.py @@ -3,7 +3,7 @@ setup( name='pulp_python_extensions_admin', - version='1.0.0c2', + version='1.0.0c3', packages=find_packages(), url='http://www.pulpproject.org', license='GPLv2+', diff --git a/plugins/setup.py b/plugins/setup.py index 4d7b845f..7a9ef97c 100755 --- a/plugins/setup.py +++ b/plugins/setup.py @@ -4,7 +4,7 @@ setup( name='pulp_python_plugins', - version='1.0.0c2', + version='1.0.0c3', packages=find_packages(), url='http://www.pulpproject.org', license='GPLv2+', diff --git a/pulp-python.spec b/pulp-python.spec index dd3f4055..583f5bf7 100644 --- a/pulp-python.spec +++ b/pulp-python.spec @@ -3,7 +3,7 @@ Name: pulp-python Version: 1.0.0 -Release: 0.2.rc%{?dist} +Release: 0.3.rc%{?dist} Summary: Support for Python content in the Pulp platform Group: Development/Languages License: GPLv2