We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e45889 commit 9e7ba06Copy full SHA for 9e7ba06
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.15.0 (2023-06-22)
6
+### Feature
7
+* Import from project route (#664)
8
+
9
+* feat: clone project route
10
11
+* renaming route, reverse pk and project_id
12
13
+* renaming
14
15
+* simpler help text ([`7e45889`](https://github.com/bimdata/python-api-client/commit/7e4588908ae01e5763e65058eccdf7852a2180da))
16
17
## v9.14.0 (2023-06-20)
18
### Feature
19
* Add pins routes (#663)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.14.0"
+VERSION = "9.15.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments