Skip to content

Commit 9037cce

Browse files
semantic-releaseBimdata-io
authored andcommitted
9.0.0
Automatically generated by python-semantic-release
1 parent 3952685 commit 9037cce

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

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

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

5+
## v9.0.0 (2022-04-12)
6+
### Fix
7+
* Fix swagger generation ([`3952685`](https://github.com/bimdata/python-api-client/commit/3952685f9c92059b94605b178693de95cd670f1d))
8+
9+
### Breaking
10+
* Feat/openapi3 (#508)
11+
12+
* install and pre configure drf-spectacular
13+
14+
* finish replace drf-yasg lib by drf-spectacular
15+
16+
* fix error on lib generation
17+
18+
* recreate data for oauth delete tests
19+
20+
* fix some typo
21+
22+
* fix null enums
23+
24+
* fix some serializer
25+
26+
* add bearer auth to swagger
27+
28+
* add test operationId and fix numquery MPApp test
29+
30+
* fix head action in test doc
31+
32+
Co-authored-by: Amoki <hugo@bimdata.io> ([`57074b7`](https://github.com/bimdata/python-api-client/commit/57074b73f37e92e1ee0b37cdfde59b3ccd7bdd80))
33+
* Feat/openapi3 (#508)
34+
35+
* install and pre configure drf-spectacular
36+
37+
* finish replace drf-yasg lib by drf-spectacular
38+
39+
* fix error on lib generation
40+
41+
* recreate data for oauth delete tests
42+
43+
* fix some typo
44+
45+
* fix null enums
46+
47+
* fix some serializer
48+
49+
* add bearer auth to swagger
50+
51+
* add test operationId and fix numquery MPApp test
52+
53+
* fix head action in test doc
54+
55+
Co-authored-by: Amoki <hugo@bimdata.io> ([`57074b7`](https://github.com/bimdata/python-api-client/commit/57074b73f37e92e1ee0b37cdfde59b3ccd7bdd80))
56+
557
## v8.0.0 (2022-04-12)
658
### Breaking
759
* Feat/openapi3 (#508)

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 = "8.0.0"
23+
VERSION = "9.0.0"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)