We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f0958 commit a64b42fCopy full SHA for a64b42f
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
<!--next-version-placeholder-->
4
5
+## v5.15.1 (2021-12-02)
6
+### Fix
7
+* Add organization serializer in App and MPApp serializers (#452)
8
+
9
+* add organization serializer in App and MPApp serializers
10
11
+* fix test and add select related
12
13
+* use Public Organization Serializer ([`b1f0958`](https://github.com/bimdata/python-api-client/commit/b1f0958e511655ca19ddbf52ab35fbb1d1fd1fc2))
14
15
## v5.15.0 (2021-11-24)
16
### Feature
17
* Remove deprecated and put (#450)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "5.15.0"
+VERSION = "5.15.1"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments