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# TerminusDB Python Client Release Notes
22
3+ ## v10.2.3
4+
5+ ### New
6+
7+ - Add remote auth
8+
9+ ### Bug fixes
10+
11+ - Fix incorrect mapping of sys: JSON type to
12+ Python class
13+ - Fix failing requests integration test
14+
315## v10.2.2
416
517### New
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " terminusdb-client"
3- version = " 10.2.2 "
3+ version = " 10.2.3 "
44description = " Python client for Terminus DB"
55authors = [" TerminusDB group" ]
66license = " Apache Software License"
Original file line number Diff line number Diff line change 2929
3030setuptools .setup (
3131 name = "terminusdb-client" ,
32- version = "10.2.2 " ,
32+ version = "10.2.3 " ,
3333 author = "TerminusDB group" ,
3434 author_email = "terminusdatabase@gmail.com" ,
3535 description = "Python client for Terminus DB" ,
Original file line number Diff line number Diff line change 11__title__ = "woqlClient"
22__description__ = "woqlClient library for accessing the Terminus DB API"
33__url__ = ""
4- __version__ = "10.2.2 "
4+ __version__ = "10.2.3 "
55__build__ = 00
66__author__ = "TerminusDB group"
77__author_email__ = "team@terminusdb.com"
You can’t perform that action at this time.
0 commit comments