Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 76ac151

Browse files
chore(main): release 2.21.0 (#628)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 073a8d4 commit 76ac151

7 files changed

+19
-6
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.20.0"
2+
".": "2.21.0"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
[1]: https://pypi.org/project/dialogflow/#history
66

7+
## [2.21.0](https://github.com/googleapis/python-dialogflow/compare/v2.20.0...v2.21.0) (2023-03-23)
8+
9+
10+
### Features
11+
12+
* Added support for custom content types ([4e35741](https://github.com/googleapis/python-dialogflow/commit/4e35741d3ffb11b8dd1e5e2c77897fd2c2c4b9f2))
13+
14+
15+
### Documentation
16+
17+
* Clarified wording around quota usage ([4e35741](https://github.com/googleapis/python-dialogflow/commit/4e35741d3ffb11b8dd1e5e2c77897fd2c2c4b9f2))
18+
* Fix formatting of request arg in docstring ([#632](https://github.com/googleapis/python-dialogflow/issues/632)) ([073a8d4](https://github.com/googleapis/python-dialogflow/commit/073a8d42588f1f5ff9f99468d6d0502949c482cc))
19+
720
## [2.20.0](https://github.com/googleapis/python-dialogflow/compare/v2.19.1...v2.20.0) (2023-02-28)
821

922

google/cloud/dialogflow/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.20.0" # {x-release-please-version}
16+
__version__ = "2.21.0" # {x-release-please-version}

google/cloud/dialogflow_v2/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.20.0" # {x-release-please-version}
16+
__version__ = "2.21.0" # {x-release-please-version}

google/cloud/dialogflow_v2beta1/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.20.0" # {x-release-please-version}
16+
__version__ = "2.21.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow",
11-
"version": "0.1.0"
11+
"version": "2.21.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.v2beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow",
11-
"version": "0.1.0"
11+
"version": "2.21.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)