Skip to content

Commit ecc570e

Browse files
authored
Merge pull request googleapis#2815 from dhermes/release-nl-and-bq
Cutting new releases for BigQuery, Language and Core.
2 parents a9e36af + b6cb57d commit ecc570e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bigquery/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.0, < 0.23dev',
5454
]
5555

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

core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
setup(
6262
name='google-cloud-core',
63-
version='0.21.0',
63+
version='0.22.0',
6464
description='API Client library for Google Cloud: Core Helpers',
6565
long_description=README,
6666
namespace_packages=[

language/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.0, < 0.23dev',
5454
]
5555

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

0 commit comments

Comments
 (0)