Skip to content

Commit aa19b3f

Browse files
semantic-releaseBimdata-io
authored andcommitted
8.0.0
Automatically generated by python-semantic-release
1 parent 18591ec commit aa19b3f

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

CHANGELOG.md

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

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

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

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

0 commit comments

Comments
 (0)