Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Bump version from alpha to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabycourt committed Mar 24, 2015
1 parent c910640 commit dfec2f5
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion agent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='pulp-agent',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion bindings/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='pulp-bindings',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion client_admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='pulp-client-admin',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion client_consumer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp-client-consumer',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion client_lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='pulp-client-lib',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp-common',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion devel/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp-devel',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '2.6'
# The full version, including alpha/beta/rc tags.
release = '2.6.0'
release = '2.6.1b2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nodes/child/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp_node_child',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion nodes/common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp_node_common',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion nodes/extensions/admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp_node_admin_extensions',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion nodes/extensions/consumer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp_node_consumer_extensions',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion nodes/parent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp_node_parent',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion pulp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

Name: pulp
Version: 2.6.1
Release: 0.1.alpha%{?dist}
Release: 0.2.beta%{?dist}
Summary: An application for managing software content
Group: Development/Languages
License: GPLv2
Expand Down
2 changes: 1 addition & 1 deletion server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='pulp-server',
version='2.6.1a1',
version='2.6.1b2',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down

0 comments on commit dfec2f5

Please sign in to comment.