We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cef689 commit 141455eCopy full SHA for 141455e
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v5.21.0 (2022-01-31)
6
+### Feature
7
+* Add img_format=url in BCF routes ([#472](https://github.com/bimdata/python-api-client/issues/472)) ([`9cef689`](https://github.com/bimdata/python-api-client/commit/9cef6891bd435d25098035e413489bb6735515c2))
8
+
9
## v5.20.1 (2022-01-28)
10
### Fix
11
* One storey site by building (#469)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "5.20.1"
+VERSION = "5.21.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments