Skip to content

Commit 0629029

Browse files
Version bump for language / metapackage. (googleapis#4326)
1 parent 9247b99 commit 0629029

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
[1]: https://pypi.org/project/google-cloud/#history
66

7+
## 0.29.0
8+
9+
Feature / bugfix release for the following package:
10+
11+
- [`google-cloud-language==0.31.0`](https://pypi.org/project/google-cloud-language/0.31.0/)
12+
713
## 0.28.0
814

915
Packages newly added to the `google-cloud` umbrella package:

language/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

55
[1]: https://pypi.org/project/google-cloud-language/#history
66

7+
## 0.31.0
8+
9+
### Release Candidate
10+
11+
* This update is considered a final "release candidate", and
12+
the `google-cloud-language` package is preparing for a GA release
13+
in the near future.
14+
15+
### :warning: Breaking Changes!
16+
17+
* Some rarely-used arguments to the `LanguageServiceClient` constructor
18+
have been removed (in favor of a subclass or a custom gRPC channel).
19+
It is unlikely that you used these, but if you did, then this update
20+
will represent a breaking change.
21+
* The removed arguments are: `client_config`, `lib_name`, `lib_version`
22+
`metrics_headers`, `ssl_credentials`, and `scopes`.
23+
24+
### Features
25+
26+
* Added the `classify_text` method on the primary (`v1`) endpoint. (#4283)
27+
728
## 0.30.0
829

930
### Documentation

language/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-language',
63-
version='0.30.1.dev1',
63+
version='0.31.0',
6464
description='Python Client for Google Cloud Natural Language',
6565
long_description=README,
6666
namespace_packages=[

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
'google-cloud-dns >= 0.28.0, < 0.29dev',
5858
'google-cloud-error-reporting >= 0.28.0, < 0.29dev',
5959
'google-cloud-firestore >= 0.28.0, < 0.29dev',
60-
'google-cloud-language >= 0.30.0, < 0.31dev',
60+
'google-cloud-language >= 0.31.0, < 0.32dev',
6161
'google-cloud-logging >= 1.4.0, < 1.5dev',
6262
'google-cloud-monitoring >= 0.28.0, < 0.29dev',
6363
'google-cloud-pubsub >= 0.29.0, < 0.30dev',
@@ -74,7 +74,7 @@
7474

7575
setup(
7676
name='google-cloud',
77-
version='0.28.1.dev1',
77+
version='0.29.0',
7878
description='API Client library for Google Cloud',
7979
long_description=README,
8080
install_requires=REQUIREMENTS,

0 commit comments

Comments
 (0)