We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eaaff0 commit 9184a42Copy full SHA for 9184a42
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.8.1 (2022-12-20)
6
+### Fix
7
+* Feat/multipage pdf (#596)
8
+
9
+* create multipage-pdf
10
11
+* fix create_model tests
12
13
+* fix tests
14
15
+* add explicit comment to signal function
16
17
+* update help_text for parent and children ([`0eaaff0`](https://github.com/bimdata/python-api-client/commit/0eaaff0c974a843dc80316c30af6059a4870737e))
18
19
## v9.8.0 (2022-12-20)
20
### Feature
21
* Create import group from ids (#595)
setup.py
@@ -20,7 +20,7 @@
long_description = f.read()
22
NAME = "bimdata-api-client"
23
-VERSION = "9.8.0"
+VERSION = "9.8.1"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments