We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4054f7c commit f571c05Copy full SHA for f571c05
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.18.1 (2023-09-01)
6
+### Fix
7
+* Fix bcf excel export documentation ([`4054f7c`](https://github.com/bimdata/python-api-client/commit/4054f7c0aba4a707528736a9dee98c2c14933727))
8
+
9
## v9.18.0 (2023-08-30)
10
### Feature
11
* Add xlsx export (#676)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.18.0"
+VERSION = "9.18.1"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments