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

chore: release 1.0.1 #99

Merged
merged 1 commit into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: release 1.0.1
  • Loading branch information
release-please[bot] authored Sep 30, 2021
commit 46c0da901b29c5ebf9ae3db80312cc21cfe8f0a2
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.0.1](https://www.github.com/googleapis/python-video-transcoder/compare/v1.0.0...v1.0.1) (2021-09-30)


### Bug Fixes

* improper types in pagers generation ([34391dc](https://www.github.com/googleapis/python-video-transcoder/commit/34391dc7fbf433278e34843d4994364f44e62b4e))

## [1.0.0](https://www.github.com/googleapis/python-video-transcoder/compare/v0.5.1...v1.0.0) (2021-09-29)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.0.0"
version = "1.0.1"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down