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

Commit bb61e51

Browse files
1 parent a11ecac commit bb61e51

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://www.github.com/googleapis/python-debugger-client/compare/v1.1.0...v1.2.0) (2021-10-14)
4+
5+
6+
### Features
7+
8+
* add support for python 3.10 ([#41](https://www.github.com/googleapis/python-debugger-client/issues/41)) ([a11ecac](https://www.github.com/googleapis/python-debugger-client/commit/a11ecacecab3f313cdda5128c3b6a1e117c694ab))
9+
310
## [1.1.0](https://www.github.com/googleapis/python-debugger-client/compare/v1.0.2...v1.1.0) (2021-10-08)
411

512

setup.py

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

2222
name = "google-cloud-debugger-client"
2323
description = "Cloud Debugger API client library"
24-
version = "1.1.0"
24+
version = "1.2.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-debugger-client"
2727
dependencies = [

0 commit comments

Comments
 (0)