Skip to content

Commit deb1f29

Browse files
author
Sean Myers
committed
Bumping version to 1.1.1-0.2.beta
1 parent 5ff3909 commit deb1f29

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

common/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='pulp_python_common',
8-
version='1.1.1b1',
8+
version='1.1.1b2',
99
packages=find_packages(exclude=['test']),
1010
url='http://www.pulpproject.org',
1111
license='GPLv2+',

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '1.1'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '1.1.1b1'
56+
release = '1.1.1b2'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

extensions_admin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='pulp_python_extensions_admin',
8-
version='1.1.1b1',
8+
version='1.1.1b2',
99
packages=find_packages(exclude=['test']),
1010
url='http://www.pulpproject.org',
1111
license='GPLv2+',

plugins/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='pulp_python_plugins',
8-
version='1.1.1b1',
8+
version='1.1.1b2',
99
packages=find_packages(exclude=['test', 'test.*']),
1010
url='http://www.pulpproject.org',
1111
license='GPLv2+',

pulp-python.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name: pulp-python
55
Version: 1.1.1
6-
Release: 0.1.beta%{?dist}
6+
Release: 0.2.beta%{?dist}
77
Summary: Support for Python content in the Pulp platform
88
Group: Development/Languages
99
License: GPLv2

0 commit comments

Comments
 (0)