Skip to content

Commit 9184a42

Browse files
semantic-releaseBimdata-io
authored andcommitted
9.8.1
Automatically generated by python-semantic-release
1 parent 0eaaff0 commit 9184a42

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
<!--next-version-placeholder-->
44

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+
519
## v9.8.0 (2022-12-20)
620
### Feature
721
* Create import group from ids (#595)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description = f.read()
2121

2222
NAME = "bimdata-api-client"
23-
VERSION = "9.8.0"
23+
VERSION = "9.8.1"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)