diff --git a/common/setup.py b/common/setup.py index d41d5da2..308e0105 100755 --- a/common/setup.py +++ b/common/setup.py @@ -4,7 +4,7 @@ setup( name='pulp_python_common', - version='1.0.0', + version='1.0.0b1', packages=find_packages(), url='http://www.pulpproject.org', license='GPLv2+', diff --git a/docs/conf.py b/docs/conf.py index 117400fd..565010ab 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.0' +release = '1.0.0b1' # 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 0847eee2..5be9b91f 100755 --- a/extensions_admin/setup.py +++ b/extensions_admin/setup.py @@ -3,7 +3,7 @@ setup( name='pulp_python_extensions_admin', - version='1.0.0', + version='1.0.0b1', packages=find_packages(), url='http://www.pulpproject.org', license='GPLv2+', diff --git a/plugins/setup.py b/plugins/setup.py index 780492c1..319b8d4a 100755 --- a/plugins/setup.py +++ b/plugins/setup.py @@ -4,7 +4,7 @@ setup( name='pulp_python_plugins', - version='1.0.0', + version='1.0.0b1', packages=find_packages(), url='http://www.pulpproject.org', license='GPLv2+', diff --git a/pulp-python.spec b/pulp-python.spec index 233eab3a..8cb1510c 100644 --- a/pulp-python.spec +++ b/pulp-python.spec @@ -3,7 +3,7 @@ Name: pulp-python Version: 1.0.0 -Release: 0.1.alpha%{?dist} +Release: 0.1.beta%{?dist} Summary: Support for Python content in the Pulp platform Group: Development/Languages License: GPLv2 @@ -137,6 +137,9 @@ client capabilites with Python specific features. %changelog +* Tue Mar 24 2015 Randy Barlow 1.0.0-0.1.beta +- Added ability to synchronize with PyPI. + * Wed Jan 21 2015 Randy Barlow 0.0.0-1 - Initial release - Adding ability to remove Python packages from Pulp repository using pulp-