This repository was archived by the owner on Sep 21, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0"
".": "1.6.0"
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.0](https://.com/googleapis/python-video-transcoder/compare/v1.5.0...v1.6.0) (2023-01-10)


### Features

* Add support for python 3.11 ([#265](https://.com/googleapis/python-video-transcoder/issues/265)) ([a1f708a](https://.com/googleapis/python-video-transcoder/commit/a1f708a1398a633e086793e3d6bf0354f837e138))

## [1.5.0](https://.com/googleapis/python-video-transcoder/compare/v1.4.3...v1.5.0) (2022-12-15)


Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.5.0" # {x-release-please-version}
__version__ = "1.6.0" # {x-release-please-version}
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-video-transcoder",
"version": "0.1.0"
"version": "1.6.0"
},
"snippets": [
{
Expand Down