We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec69f0 commit 2cc3a34Copy full SHA for 2cc3a34
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.13.1 (2023-06-15)
6
+### Fix
7
+* Add parent_id field in model ([`7ec69f0`](https://github.com/bimdata/python-api-client/commit/7ec69f034ceaa5620ef3a68b254375d832be3ee7))
8
+
9
## v9.13.0 (2023-06-05)
10
### Feature
11
* Add project description ([#659](https://github.com/bimdata/python-api-client/issues/659)) ([`7d29aa4`](https://github.com/bimdata/python-api-client/commit/7d29aa46f1839229a97cb06c517d9a40315b965c))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.13.0"
+VERSION = "9.13.1"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments