We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a735c commit 430c892Copy full SHA for 430c892
2 files changed
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
<!--next-version-placeholder-->
4
5
+## v7.3.0 (2022-02-25)
6
+### Feature
7
+* Refacto storeys and add buildings (#494)
8
+
9
+* init refacto storey
10
11
+* add building test
12
13
+* fix serializers
14
15
+* replace Counter ([`06a735c`](https://github.com/bimdata/python-api-client/commit/06a735c75412fdfb301f7e10ecb29a5e4275afe7))
16
17
## v7.2.0 (2022-02-24)
18
### Feature
19
* Add size_ratio fields ([`2a5d90c`](https://github.com/bimdata/python-api-client/commit/2a5d90c51c5de429d10d6cf1f4d5da9da5448093))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "7.2.0"
+VERSION = "7.3.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments