Skip to content

Commit

Permalink
Bumping version to 2.8.6-0.1.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Myers committed Jun 17, 2016
1 parent 4db108d commit fd4d699
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
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_rpm_common',
version='2.8.5b1',
version='2.8.6a1',
license='GPLv2+',
packages=find_packages(exclude=['test', '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_rpm_devel',
version='2.8.5b1',
version='2.8.6a1',
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 @@ -55,7 +55,7 @@
# The short X.Y version.
version = '2.8'
# The full version, including alpha/beta/rc tags.
release = '2.8.5b1'
release = '2.8.6a1'

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

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

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

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

setup(
name='pulp_rpm_plugins',
version='2.8.5b1',
version='2.8.6a1',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand Down
4 changes: 2 additions & 2 deletions pulp-rpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# ---- Pulp (rpm) --------------------------------------------------------------

Name: pulp-rpm
Version: 2.8.5
Release: 0.1.beta%{?dist}
Version: 2.8.6
Release: 0.1.alpha%{?dist}
Summary: Support for RPM content in the Pulp platform
Group: Development/Languages
License: GPLv2
Expand Down

0 comments on commit fd4d699

Please sign in to comment.