Skip to content

Commit fff495a

Browse files
committed
Bump version and update changelog
1 parent aa6fee8 commit fff495a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/contents/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
ChangeLog
22
=========
33

4+
Version 6.2.3 (2026-01-25)
5+
--------------------------
6+
- Minor improvements and fixes (thanks to Justin Pryzby):
7+
8+
- The `inserttable()` method in the `pg` module can now directly import
9+
date, time, datetime and timedelta objects from Python (#93) and was
10+
slightly improved to avoid memory exhaustion and memory leaks (#92).
11+
- The C extension has no been properly modularized into separate units (#25).
12+
413
Version 6.2.2 (2026-01-03)
514
--------------------------
615
- The `inserttable()` method in the `pg` module can now handle rows of

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PyGreSQL"
3-
version = "6.2.2"
3+
version = "6.2.3"
44
requires-python = ">=3.8"
55
authors = [
66
{name = "D'Arcy J. M. Cain", email = "[email protected]"},

0 commit comments

Comments
 (0)