We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f61155 commit 0740d85Copy full SHA for 0740d85
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
4
5
+## v10.4.0 (2024-09-09)
6
+
7
+### Feature
8
9
+* MINOR: Bimdata elevation (#770)
10
11
+* add BIMData Elevation to storey
12
13
+* add update storey elevation
14
15
+* fix typo in comment ([`2f61155`](https://github.com/bimdata/python-api-client/commit/2f61155c2c71ceda62ace5b83979fec3c806521d))
16
17
18
## v10.3.0 (2024-09-04)
19
20
### Feature
setup.py
@@ -20,7 +20,7 @@
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "10.3.0"
+VERSION = "10.4.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments