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='0.0.0',
version='1.0.0',
packages=find_packages(),
url='http://www.pulpproject.org',
license='GPLv2+',
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.0.0'
release = '1.0.0'

# 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='0.0.0',
version='1.0.0',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is slightly different than platform, which would be something like 1.0.0a1 I believe. I think both ways work OK though 🐨

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't personally think it's necessary for the setup.py files to have this, but if we have a team policy that it should I can change it later. For now, I'll leave it as is since primarily the spec file will communicate its "alphaness".

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='0.0.0',
version='1.0.0',
packages=find_packages(),
url='http://www.pulpproject.org',
license='GPLv2+',
Expand Down
4 changes: 2 additions & 2 deletions pulp-python.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}

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