We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac3574 commit 4b9097fCopy full SHA for 4b9097f
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v5.15.2 (2021-12-02)
6
+### Fix
7
+* Add id to Public Organization Serializer ([`5ac3574`](https://github.com/bimdata/python-api-client/commit/5ac357430084e206b40537112334d8de4075f805))
8
+
9
## v5.15.1 (2021-12-02)
10
### Fix
11
* Add organization serializer in App and MPApp serializers (#452)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "5.15.1"
+VERSION = "5.15.2"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments