Skip to content

Commit 23f5574

Browse files
release 4.2.7
1 parent a153bf0 commit 23f5574

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

databind.core/.changelog/_unreleased.toml renamed to databind.core/.changelog/4.2.7.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
release-date = "2023-05-28"
2+
13
[[entries]]
24
id = "8a6d54b8-0898-465a-a34c-6d5b37dab337"
35
type = "fix"

databind.core/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 = "databind.core"
3-
version = "4.2.6"
3+
version = "4.2.7"
44
description = "Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. Compatible with Python 3.7 and newer."
55
authors = ["Niklas Rosenstein <[email protected]>"]
66
license = "MIT"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.2.6"
1+
__version__ = "4.2.7"

0 commit comments

Comments
 (0)