Skip to content

Commit 0b3a63f

Browse files
authored
Release 0.33.0 (googleapis#5166)
1 parent 3b181d2 commit 0b3a63f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

speech/CHANGELOG.md

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

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

7+
## 0.33.0
8+
9+
### New Features
10+
11+
- Add Audio Logging and Recognition Metadata. (#5123)
12+
13+
### Internal / Testing Changes
14+
15+
- Fix bad trove classifier
16+
717
## 0.32.1
818

919
### Dependencies

speech/setup.py

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

2323
name = 'google-cloud-speech'
2424
description = 'Google Cloud Speech API client library'
25-
version = '0.32.1'
25+
version = '0.33.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)