We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f63e3 commit f6d9e70Copy full SHA for f6d9e70
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.18.2 (2023-09-06)
6
+### Fix
7
+* Add document history count (#681)
8
+
9
+* add document history count
10
11
+* typo fixe ([`a2f63e3`](https://github.com/bimdata/python-api-client/commit/a2f63e3ce5f5f74e4424ed7f8d33540a322ac5e3))
12
13
## v9.18.1 (2023-09-01)
14
### Fix
15
* Fix bcf excel export documentation ([`4054f7c`](https://github.com/bimdata/python-api-client/commit/4054f7c0aba4a707528736a9dee98c2c14933727))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.18.1"
+VERSION = "9.18.2"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments