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

Commit 9eb734f

Browse files
author
Ben Bonenfant
committed
cut release for v7.3.0
1 parent d1dda12 commit 9eb734f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 7.3.0 (2022-06-01)
4+
5+
- Add support for python3.10
6+
7+
## 7.2.1 (2022-06-01)
8+
9+
- Pin protobuf dependency to >=3.17.1,<4.0.0
10+
311
## 7.2.0 (2022-05-02)
412

513
- Better handling of gRPC Connection errors when unable to connect to a pachyderm instance.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-pachyderm"
3-
version = "7.2.0"
3+
version = "7.3.0"
44
description = "Python Pachyderm Client"
55
authors = ["Pachyderm Integrations <[email protected]>"]
66
include = ["version.json"]

0 commit comments

Comments
 (0)