Skip to content

Commit ed0cc46

Browse files
Bump version to 0.42.1
1 parent 11cf519 commit ed0cc46

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
Here you can see the full list of changes between each SQLAlchemy-Utils release.
55

6+
0.42.1 (2025-12-12)
7+
^^^^^^^^^^^^^^^^^^^
8+
9+
- Fix ``AttributeError`` with Sequence defaults in ``instant_defaults_listener`` (#793)
10+
611
0.42.0 (2025-08-30)
712
^^^^^^^^^^^^^^^^^^^
813

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "SQLAlchemy-Utils"
7-
version = "0.42.0"
7+
version = "0.42.1"
88
description = "Various utility functions for SQLAlchemy."
99
readme = "README.rst"
1010
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)