Skip to content

Commit fd5ecea

Browse files
authored
Add release notes and increment version (#412)
1 parent 0bac93c commit fd5ecea

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# TerminusDB Python Client Release Notes
22

3+
## v10.2.4
4+
5+
### Bug fixes
6+
7+
- Fix bug in prop conversion for lists from JSON schema
8+
- Complete XSD types for tdbpy
9+
310
## v10.2.3
411

512
### New

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 = "terminusdb-client"
3-
version = "10.2.3"
3+
version = "10.2.4"
44
description = "Python client for Terminus DB"
55
authors = ["TerminusDB group"]
66
license = "Apache Software License"

setup.py

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

3030
setuptools.setup(
3131
name="terminusdb-client",
32-
version="10.2.3",
32+
version="10.2.4",
3333
author="TerminusDB group",
3434
author_email="terminusdatabase@gmail.com",
3535
description="Python client for Terminus DB",

terminusdb_client/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "terminusdb-client"
22
__description__ = "TerminusDB client library for accessing the Terminus DB API"
33
__url__ = ""
4-
__version__ = "10.2.3"
4+
__version__ = "10.2.4"
55
__build__ = 00
66
__author__ = "TerminusDB group"
77
__author_email__ = "team@terminusdb.com"

0 commit comments

Comments
 (0)