Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='pulp_python_common',
version='1.0.0c2',
version='1.0.0c3',
packages=find_packages(),
url='http://www.pulpproject.org',
license='GPLv2+',
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0c2'
release = '1.0.0c3'

# 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 @@ -3,7 +3,7 @@

setup(
name='pulp_python_extensions_admin',
version='1.0.0c2',
version='1.0.0c3',
packages=find_packages(),
url='http://www.pulpproject.org',
license='GPLv2+',
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_python_plugins',
version='1.0.0c2',
version='1.0.0c3',
packages=find_packages(),
url='http://www.pulpproject.org',
license='GPLv2+',
Expand Down
2 changes: 1 addition & 1 deletion pulp-python.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: pulp-python
Version: 1.0.0
Release: 0.2.rc%{?dist}
Release: 0.3.rc%{?dist}
Summary: Support for Python content in the Pulp platform
Group: Development/Languages
License: GPLv2
Expand Down