We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92814d1 commit 67972ecCopy full SHA for 67972ec
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
<!--next-version-placeholder-->
4
5
+## v5.17.0 (2021-12-09)
6
+### Feature
7
+* Feature/link element document (#457)
8
+
9
+* add documents to elements
10
11
+* add test for filterred ifc and document list
12
13
+* typo
14
15
+* add some query optimizations ([`92814d1`](https://github.com/bimdata/python-api-client/commit/92814d193cd97e2feddbed979806ed702db7301d))
16
17
## v5.16.0 (2021-12-06)
18
### Feature
19
* Feature/visa (#451)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "5.16.0"
+VERSION = "5.17.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments