Skip to content

Commit

Permalink
Raise version strings in all setup.py files to 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Barlow committed Mar 3, 2014
1 parent 4d63c05 commit 8feae34
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion agent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='pulp-agent',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion bindings/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='pulp-bindings',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion client_admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='pulp-client-admin',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion client_consumer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='pulp-client-consumer',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion client_lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='pulp-client-lib',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='pulp-common',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(exclude=['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 @@ -14,7 +14,7 @@

setup(
name='pulp-devel',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion nodes/child/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='pulp_node_child',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion nodes/common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='pulp_node_common',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(),
author='Pulp Team',
Expand Down
4 changes: 2 additions & 2 deletions nodes/extensions/admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='pulp_node_admin_extensions',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand All @@ -23,4 +23,4 @@
'repo_admin = pulp_node.extensions.admin.commands:initialize',
]
}
)
)
4 changes: 2 additions & 2 deletions nodes/extensions/consumer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='pulp_node_consumer_extensions',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(exclude=['test', 'test.*']),
author='Pulp Team',
Expand All @@ -23,4 +23,4 @@
'repo_admin = pulp_node.extensions.consumer.commands:initialize',
]
}
)
)
2 changes: 1 addition & 1 deletion nodes/parent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='pulp_node_parent',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(),
author='Pulp Team',
Expand Down
2 changes: 1 addition & 1 deletion server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='pulp-server',
version='2.3.0',
version='2.4.0',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down

0 comments on commit 8feae34

Please sign in to comment.