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

Commit dfccda6

Browse files
chore: release 1.2.0
1 parent 6d9675f commit dfccda6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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-source-context/compare/v1.1.0...v1.2.0) (2021-10-14)
4+
5+
6+
### Features
7+
8+
* add support for python 3.10 ([#39](https://www.github.com/googleapis/python-source-context/issues/39)) ([6d9675f](https://www.github.com/googleapis/python-source-context/commit/6d9675f6fa15e7f76ef47bf968ee9ff552f7a547))
9+
310
## [1.1.0](https://www.github.com/googleapis/python-source-context/compare/v1.0.0...v1.1.0) (2021-10-08)
411

512

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-source-context"
2424
description = "Python client for Source Context"
25-
version = "1.1.0"
25+
version = "1.2.0"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
url = "https://github.com/googleapis/python-source-context"
2828
dependencies = [

0 commit comments

Comments
 (0)