Skip to content

Commit 7c7b091

Browse files
committed
release: 1.0.6
1 parent 8c32440 commit 7c7b091

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Luadata Change Log
22

3+
## [1.0.6] 2024-1-3
4+
5+
- `[Fix]` Keyword serialize.
6+
37
## [1.0.5] 2021-4-8
48

59
- `[Fix]` Parameters `encoding` has no effect.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="luadata",
10-
version="1.0.5",
10+
version="1.0.6",
1111
keywords=["lua", "data", "luadata", "table"],
1212
description="Serialize and unserialize Python list & dictionary between Lua table.",
1313
long_description=long_description,

0 commit comments

Comments
 (0)