FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update versions for mega-release. · googleapis/google-cloud-python@cb6b576 · GitHub

Commit cb6b576

Browse files
committed
Update versions for mega-release.
We want to update - `google-cloud-bigquery` - `google-cloud-datastore` - `google-cloud-logging` - `google-cloud-storage` - `google-cloud-core` And then update `google-cloud` to re-wrap the latest versions of each. However, to avoid having packages in `google-cloud` with conflicting versions of `google-cloud-core`, we must release all packages.
1 parent 8097265 commit cb6b576

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/google-cloud-runtimeconfig

‎packages/google-cloud-runtimeconfig/setup.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.21.0, < 0.22dev',
53+
'google-cloud-core >= 0.22.1, < 0.23dev',
5454
]
5555

5656
setup(
5757
name='google-cloud-runtimeconfig',
58-
version='0.21.0',
58+
version='0.22.0',
5959
description='Python Client for Google Cloud RuntimeConfig',
6060
long_description=README,
6161
namespace_packages=[

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL