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

Commit bd2aa19

Browse files
chore(main): release 1.8.1 (#302)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent edecde0 commit bd2aa19

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.0"
2+
".": "1.8.1"
33
}

CHANGELOG.md

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

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

7+
## [1.8.1](https://github.com/googleapis/python-datalabeling/compare/v1.8.0...v1.8.1) (2023-01-20)
8+
9+
10+
### Bug Fixes
11+
12+
* Add context manager return types ([edecde0](https://github.com/googleapis/python-datalabeling/commit/edecde0ef569831ea613c611be93e265f258f8f8))
13+
14+
15+
### Documentation
16+
17+
* Add documentation for enums ([edecde0](https://github.com/googleapis/python-datalabeling/commit/edecde0ef569831ea613c611be93e265f258f8f8))
18+
719
## [1.8.0](https://github.com/googleapis/python-datalabeling/compare/v1.7.0...v1.8.0) (2023-01-10)
820

921

google/cloud/datalabeling/gapic_version.py

Lines changed: 1 addition & 1 deletion
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__ = "1.8.0" # {x-release-please-version}
16+
__version__ = "1.8.1" # {x-release-please-version}

google/cloud/datalabeling_v1beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
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__ = "1.8.0" # {x-release-please-version}
16+
__version__ = "1.8.1" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.datalabeling.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-datalabeling",
11-
"version": "0.1.0"
11+
"version": "1.8.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)