Skip to content

Commit

Permalink
Bumping version to 2.8.0-0.5.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dkliban committed Jan 28, 2016
1 parent 179832b commit 070f59c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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-puppet-devel',
version='2.8.0b4',
version='2.8.0b5',
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 @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.8'
# The full version, including alpha/beta/rc tags.
release = '2.8.0b4'
release = '2.8.0b5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/tech-reference/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.8'
# The full version, including alpha/beta/rc tags.
release = '2.8.0b4'
release = '2.8.0b5'

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

Name: pulp-puppet
Version: 2.8.0
Release: 0.4.beta%{?dist}
Release: 0.5.beta%{?dist}
Summary: Support for Puppet content in the Pulp platform
Group: Development/Languages
License: GPLv2
Expand Down
2 changes: 1 addition & 1 deletion pulp_puppet_common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp_puppet_common',
version='2.8.0b4',
version='2.8.0b5',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion pulp_puppet_extensions_admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp_puppet_extensions_admin',
version='2.8.0b4',
version='2.8.0b5',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion pulp_puppet_extensions_consumer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp_puppet_extensions_consumer',
version='2.8.0b4',
version='2.8.0b5',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion pulp_puppet_handlers/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp_puppet_handlers',
version='2.8.0b4',
version='2.8.0b5',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion pulp_puppet_plugins/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp_puppet_plugins',
version='2.8.0b4',
version='2.8.0b5',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion pulp_puppet_tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pulp_puppet_tools',
version='2.8.0b4',
version='2.8.0b5',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand Down

0 comments on commit 070f59c

Please sign in to comment.