Skip to content

Commit d6a6efc

Browse files
semantic-releaseBimdata-io
authored andcommitted
5.22.0
Automatically generated by python-semantic-release
1 parent f8bf0c8 commit d6a6efc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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

5+
## v5.22.0 (2022-01-31)
6+
### Feature
7+
* 2d positioning (#471)
8+
9+
* filter storey models with permissions
10+
11+
* rework storey serializer
12+
13+
* add positioning plan to m2m (storey-plan)
14+
15+
* add route with params id and positioning route renaming
16+
17+
* include positioning in storey serializer
18+
19+
* fix tests ([`f8bf0c8`](https://github.com/bimdata/python-api-client/commit/f8bf0c8b641cb613d99d7a116ecd8377fab46245))
20+
521
## v5.21.1 (2022-01-31)
622
### Fix
723
* Filter storey models with permissions and add models_unreachable_count field (#470)

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

0 commit comments

Comments
 (0)