Skip to content

Commit 807f674

Browse files
release: 2.0.2
1 parent 258650e commit 807f674

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 2.0.2 (2025-11-28)
4+
5+
Full Changelog: [v2.0.1...v2.0.2](https://github.com/postgrid/postgrid-python/compare/v2.0.1...v2.0.2)
6+
7+
### Bug Fixes
8+
9+
* ensure streams are always closed ([c965753](https://github.com/postgrid/postgrid-python/commit/c9657539f5012e08de7808d23cec1519ce05ce97))
10+
11+
12+
### Chores
13+
14+
* **deps:** mypy 1.18.1 has a regression, pin to 1.17 ([258650e](https://github.com/postgrid/postgrid-python/commit/258650e3f215923b814f96d396e4baa2164fa3ca))
15+
316
## 2.0.1 (2025-11-22)
417

518
Full Changelog: [v2.0.0...v2.0.1](https://github.com/postgrid/postgrid-python/compare/v2.0.0...v2.0.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "postgrid-python"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "The official Python library for the PostGrid API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/postgrid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "postgrid"
4-
__version__ = "2.0.1" # x-release-please-version
4+
__version__ = "2.0.2" # x-release-please-version

0 commit comments

Comments
 (0)