Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

chore: release 1.5.0 #147

Merged
merged 1 commit into from
Oct 25, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-cloud-trace/#history

## [1.5.0](https://www.github.com/googleapis/python-trace/compare/v1.4.0...v1.5.0) (2021-10-14)


### Features

* add support for python 3.10 ([#146](https://www.github.com/googleapis/python-trace/issues/146)) ([11d2d9e](https://www.github.com/googleapis/python-trace/commit/11d2d9ec1a615600caca6c3e03a28ceac567452f))

## [1.4.0](https://www.github.com/googleapis/python-trace/compare/v1.3.4...v1.4.0) (2021-10-07)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-trace"
description = "Cloud Trace API client library"
version = "1.4.0"
version = "1.5.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down