Skip to content

Commit f2cc105

Browse files
semantic-releaseBimdata-io
authored andcommitted
7.0.0
Automatically generated by python-semantic-release
1 parent 6d48496 commit f2cc105

File tree

2 files changed

+74
-1
lines changed

2 files changed

+74
-1
lines changed

CHANGELOG.md

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

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

5+
## v7.0.0 (2022-02-04)
6+
### Breaking
7+
* Rename ifc to model (#477)
8+
9+
* filter storey models with permissions
10+
11+
* duplicate ifc routes and update tags ViewSet
12+
13+
* add deprecated ifc views and filter by type
14+
15+
* rename ifc operations
16+
17+
* rename Ifc table
18+
19+
* rename some Ifc classes
20+
21+
* duplicate ifc test and change reverse url name
22+
23+
* update foreignkeys
24+
25+
* rename ifc_pk in model_pk
26+
27+
* update route name
28+
29+
* update scopes
30+
31+
* fix swagger dupplicate
32+
33+
* fix test projectAccessToken
34+
35+
* actually send keycloak scope create
36+
37+
* restore ifc_guid
38+
39+
* don't unzip unzipped structure files
40+
41+
* fix bad rebase ([`6d48496`](https://github.com/bimdata/python-api-client/commit/6d48496db3d7b9f80e1ffcfe407873046383e516))
42+
* rename ifc to model (#477)
43+
44+
* filter storey models with permissions
45+
46+
* duplicate ifc routes and update tags ViewSet
47+
48+
* add deprecated ifc views and filter by type
49+
50+
* rename ifc operations
51+
52+
* rename Ifc table
53+
54+
* rename some Ifc classes
55+
56+
* duplicate ifc test and change reverse url name
57+
58+
* update foreignkeys
59+
60+
* rename ifc_pk in model_pk
61+
62+
* update route name
63+
64+
* update scopes
65+
66+
* fix swagger dupplicate
67+
68+
* fix test projectAccessToken
69+
70+
* actually send keycloak scope create
71+
72+
* restore ifc_guid
73+
74+
* don't unzip unzipped structure files
75+
76+
* fix bad rebase ([`6d48496`](https://github.com/bimdata/python-api-client/commit/6d48496db3d7b9f80e1ffcfe407873046383e516))
77+
578
## v6.0.0 (2022-02-04)
679
### Breaking
780
* Sync with js libs ([`eb430f5`](https://github.com/bimdata/python-api-client/commit/eb430f5f2a77313a510db067276c7fe520c28adc))

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

0 commit comments

Comments
 (0)