Skip to content

Commit e4101cb

Browse files
semantic-releaseBimdata-io
authored andcommitted
5.16.0
Automatically generated by python-semantic-release
1 parent a963e5f commit e4101cb

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33
<!--next-version-placeholder-->
44

5+
## v5.16.0 (2021-12-06)
6+
### Feature
7+
* Feature/visa (#451)
8+
9+
* add invitation to userProject
10+
11+
* PR changes requests
12+
13+
* init visa
14+
15+
* fix: boolean swagger bad import
16+
17+
* fix: git conflict migrations, replace tests 'put'
18+
19+
* add visa project view and change perform_created method on others views
20+
21+
* fix: duplicate swagger operation id on getComment*
22+
23+
* review PR and add permission mixin actions
24+
25+
* fix tests
26+
27+
* fix swagger
28+
29+
* add nested mixin to self visa project view
30+
31+
* fix creator filter view
32+
33+
* print test
34+
35+
* bypass schrodinger swagger pb
36+
37+
* clean useless db requests in permissions
38+
39+
* restore 404 ifc tests
40+
41+
* add userproject to serializers context ([`a963e5f`](https://github.com/bimdata/python-api-client/commit/a963e5f94af8f3e4d098856adc9253a0cb473252))
42+
543
## v5.15.2 (2021-12-02)
644
### Fix
745
* Add id to Public Organization Serializer ([`5ac3574`](https://github.com/bimdata/python-api-client/commit/5ac357430084e206b40537112334d8de4075f805))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description = f.read()
2121

2222
NAME = "bimdata-api-client"
23-
VERSION = "5.15.2"
23+
VERSION = "5.16.0"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)