File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# TerminusDB Python Client Release Notes
22
3+ ## v10.1.5
4+
5+ ### New
6+
7+ - Add has_databse function to check for the existence of a database
8+
9+ ### Deprecations
10+
11+ - We now return an exception when a database does not exist when
12+ calling ` get_database ` on a database that does not exist. Be
13+ sure to check for a database using has_database instead or
14+ catch the appropiate exception.
15+
316## v10.1.4
417
518### Bug Fixes
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " terminusdb-client"
3- version = " 10.1.4 "
3+ version = " 10.1.5 "
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.1.4 " ,
32+ version = "10.1.5 " ,
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.1.4 "
4+ __version__ = "10.1.5 "
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