File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
# TerminusDB Python Client Release Notes
2
2
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
+
3
16
## v10.1.4
4
17
5
18
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " terminusdb-client"
3
- version = " 10.1.4 "
3
+ version = " 10.1.5 "
4
4
description = " Python client for Terminus DB"
5
5
authors = [" TerminusDB group" ]
6
6
license = " Apache Software License"
Original file line number Diff line number Diff line change 29
29
30
30
setuptools .setup (
31
31
name = "terminusdb-client" ,
32
- version = "10.1.4 " ,
32
+ version = "10.1.5 " ,
33
33
author = "TerminusDB group" ,
34
34
author_email = "terminusdatabase@gmail.com" ,
35
35
description = "Python client for Terminus DB" ,
Original file line number Diff line number Diff line change 1
1
__title__ = "woqlClient"
2
2
__description__ = "woqlClient library for accessing the Terminus DB API"
3
3
__url__ = ""
4
- __version__ = "10.1.4 "
4
+ __version__ = "10.1.5 "
5
5
__build__ = 00
6
6
__author__ = "TerminusDB group"
7
7
__author_email__ = "team@terminusdb.com"
You can’t perform that action at this time.
0 commit comments