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.0',
version='1.0.0b1',
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.0'
release = '1.0.0b1'

# 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.0',
version='1.0.0b1',
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.0',
version='1.0.0b1',
packages=find_packages(),
url='http://www.pulpproject.org',
license='GPLv2+',
Expand Down
5 changes: 4 additions & 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.1.alpha%{?dist}
Release: 0.1.beta%{?dist}
Summary: Support for Python content in the Pulp platform
Group: Development/Languages
License: GPLv2
Expand Down Expand Up @@ -137,6 +137,9 @@ client capabilites with Python specific features.


%changelog
* Tue Mar 24 2015 Randy Barlow <rbarlow@redhat.com> 1.0.0-0.1.beta
- Added ability to synchronize with PyPI.

* Wed Jan 21 2015 Randy Barlow <rbarlow@redhat.com> 0.0.0-1
- Initial release
- Adding ability to remove Python packages from Pulp repository using pulp-
Expand Down