We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e043b commit 69bdbd8Copy full SHA for 69bdbd8
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
4
5
+## v10.2.0 (2024-07-04)
6
+
7
+### Feature
8
9
+* MINOR: Add bcf bimdata_viewer_layout (#759)
10
11
+* Add bcf bimdata_layout
12
13
+* Rename into bimdata_viewer_layout
14
15
+* Fix test... ([`e6e043b`](https://github.com/bimdata/python-api-client/commit/e6e043ba5e7e82aaacd5c77ceb1bbdb524ec8d65))
16
17
18
## v10.1.0 (2024-06-20)
19
20
### Feature
setup.py
@@ -20,7 +20,7 @@
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "10.1.0"
+VERSION = "10.2.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments