Skip to content

Commit

Permalink
Marking all remaining versions as "dev". (#4299)
Browse files Browse the repository at this point in the history
This is to make it clear the code is between releases. Any code
that relies on a **new** feature (e.g. of `google-api-core`) will
then be able to **explicitly** make this clear by using the
lower bound of the `devN` version.

Fixes #4208.

See: https://snarky.ca/how-i-manage-package-version-numbers/
  • Loading branch information
dhermes authored Oct 31, 2017
1 parent 89c48d9 commit 57d7fd7
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bigtable/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

setup(
name='google-cloud-bigtable',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Google Cloud Bigtable',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

setup(
name='google-cloud-datastore',
version='1.4.0',
version='1.4.1.dev1',
description='Python Client for Google Cloud Datastore',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion dns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

setup(
name='google-cloud-dns',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Google Cloud DNS',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion error_reporting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

setup(
name='google-cloud-error-reporting',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Stackdriver Error Reporting',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion firestore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

setuptools.setup(
name='google-cloud-firestore',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Google Cloud Firestore',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion language/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setup(
name='google-cloud-language',
version='0.30.0',
version='0.30.1.dev1',
description='Python Client for Google Cloud Natural Language',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion logging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

setup(
name='google-cloud-logging',
version='1.4.0',
version='1.4.1.dev1',
description='Python Client for Stackdriver Logging',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

setup(
name='google-cloud-monitoring',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Stackdriver Monitoring',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name='google-cloud-pubsub',
version='0.29.0',
version='0.29.1.dev1',
description='Python Client for Google Cloud Pub/Sub',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion resource_manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

setup(
name='google-cloud-resource-manager',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Google Cloud Resource Manager',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion runtimeconfig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

setup(
name='google-cloud-runtimeconfig',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Google Cloud RuntimeConfig',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

setup(
name='google-cloud',
version='0.28.0',
version='0.28.1.dev1',
description='API Client library for Google Cloud',
long_description=README,
install_requires=REQUIREMENTS,
Expand Down
2 changes: 1 addition & 1 deletion spanner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setup(
name='google-cloud-spanner',
version='0.29.0',
version='0.29.1.dev1',
description='Python Client for Cloud Spanner',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

setup(
name='google-cloud-speech',
version='0.30.0',
version='0.30.1.dev1',
description='Python Client for Google Cloud Speech',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name='google-cloud-storage',
version='1.6.0',
version='1.6.1.dev1',
description='Python Client for Google Cloud Storage',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion trace/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='google-cloud-trace',
version='0.16.0',
version='0.16.1.dev1',
author='Google Inc',
author_email='[email protected]',
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion translate/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

setup(
name='google-cloud-translate',
version='1.3.0',
version='1.3.1.dev1',
description='Python Client for Google Cloud Translation API',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion videointelligence/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author='Google Cloud Platform',
author_email='[email protected]',
name='google-cloud-videointelligence',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Google Cloud Video Intelligence',
long_description=readme,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
author='Google Cloud Platform',
author_email='[email protected]',
name='google-cloud-vision',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Google Cloud Vision',
long_description=readme,
namespace_packages=[
Expand Down

0 comments on commit 57d7fd7

Please sign in to comment.