File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 10.2.5
2+ current_version = 10.2.6
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 11# TerminusDB Python Client Release Notes
22
3+ ## v10.2.6
4+
5+ ### Bug fixes
6+
7+ - Fix schema parameter to database construction
8+
9+ ## v10.2.5
10+
11+ ### Bug fixes
12+
13+ - fix serialization of dictionaries
14+
315## v10.2.4
416
517### Bug fixes
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " terminusdb-client"
3- version = " 10.2.5 "
3+ version = " 10.2.6 "
44description = " Python client for Terminus DB"
55authors = [" TerminusDB group" ]
66license = " Apache Software License"
Original file line number Diff line number Diff line change 11__title__ = "terminusdb-client"
22__description__ = "TerminusDB client library for accessing the Terminus DB API"
33__url__ = ""
4- __version__ = "10.2.5 "
4+ __version__ = "10.2.6 "
55__build__ = 00
66__author__ = "TerminusDB group"
77__author_email__ = "[email protected] "
You can’t perform that action at this time.
0 commit comments