We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5d90c commit 59baca5Copy full SHA for 59baca5
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v7.2.0 (2022-02-24)
6
+### Feature
7
+* Add size_ratio fields ([`2a5d90c`](https://github.com/bimdata/python-api-client/commit/2a5d90c51c5de429d10d6cf1f4d5da9da5448093))
8
+
9
## v7.1.2 (2022-02-24)
10
### Fix
11
* Bcf detailed extensions labels ([`7d5ade7`](https://github.com/bimdata/python-api-client/commit/7d5ade750437b1e5007c4434fdaabfd1c54d9dc9))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "7.1.2"
+VERSION = "7.2.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments