We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad8d81 commit ba4fb76Copy full SHA for ba4fb76
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.14.0 (2023-06-20)
6
+### Feature
7
+* Add pins routes (#663)
8
+
9
+* WIP: add pins detail views
10
11
+* fix view and add tests ([`8ad8d81`](https://github.com/bimdata/python-api-client/commit/8ad8d81e62fd9c2f9083a4bc6c4908fed4f4aac3))
12
13
## v9.13.1 (2023-06-15)
14
### Fix
15
* Add parent_id field in model ([`7ec69f0`](https://github.com/bimdata/python-api-client/commit/7ec69f034ceaa5620ef3a68b254375d832be3ee7))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.13.1"
+VERSION = "9.14.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments