Skip to content

Commit dc4c6b8

Browse files
Version v10.2.6 (#426)
* Bump version * Add release notes
1 parent 9ff8aa6 commit dc4c6b8

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 10.2.5
2+
current_version = 10.2.6
33
commit = True
44
tag = True
55

RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

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

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.5"
4+
__version__ = "10.2.6"
55
__build__ = 00
66
__author__ = "TerminusDB group"
77
__author_email__ = "team@terminusdb.com"

0 commit comments

Comments
 (0)