Skip to content

Commit 7a20a31

Browse files
authored
Add new release for 10.2.2 (terminusdb#393)
1 parent 59a8862 commit 7a20a31

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

RELEASE_NOTES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# TerminusDB Python Client Release Notes
22

3+
## v10.2.2
4+
5+
### New
6+
7+
- Add patch endpoint
8+
9+
### Bug fixes
10+
11+
- Fix error when checking types
12+
- Fix repeating load of object with key bug
13+
314
## v10.2.1
415

516
### Bug fixes

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "terminusdb-client"
3-
version = "10.2.1"
3+
version = "10.2.2"
44
description = "Python client for Terminus DB"
55
authors = ["TerminusDB group"]
66
license = "Apache Software License"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setuptools.setup(
3131
name="terminusdb-client",
32-
version="10.2.1",
32+
version="10.2.2",
3333
author="TerminusDB group",
3434
author_email="[email protected]",
3535
description="Python client for Terminus DB",

terminusdb_client/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "woqlClient"
22
__description__ = "woqlClient library for accessing the Terminus DB API"
33
__url__ = ""
4-
__version__ = "10.2.1"
4+
__version__ = "10.2.2"
55
__build__ = 00
66
__author__ = "TerminusDB group"
77
__author_email__ = "[email protected]"

0 commit comments

Comments
 (0)