Skip to content

Commit 0087cf6

Browse files
release 4.2.8
1 parent 0726c45 commit 0087cf6

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.8.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 = "fdfc7b53-785f-4ab9-a23b-2b9f1dde2a5c"
35
type = "improvement"

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.7"
3+
version = "4.2.8"
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.7"
1+
__version__ = "4.2.8"

0 commit comments

Comments
 (0)