We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a125d1 commit b07ac63Copy full SHA for b07ac63
2 files changed
CHANGELOG.md
@@ -2,6 +2,22 @@
2
3
<!--next-version-placeholder-->
4
5
+## v5.20.0 (2022-01-27)
6
+### Feature
7
+* Plans and storeys (#468)
8
+
9
+* create storey
10
11
+* add migrations and route manage model children
12
13
+* create metabuilding and relation between storey and model-plans
14
15
+* fix signal test
16
17
+* PR review
18
19
+* models can update name ([`6a125d1`](https://github.com/bimdata/python-api-client/commit/6a125d1eebe97eacd063a6ef2001c9057ac57cb2))
20
21
## v5.19.1 (2022-01-18)
22
### Fix
23
* Add non automatic models (#464)
setup.py
@@ -20,7 +20,7 @@
long_description = f.read()
NAME = "bimdata-api-client"
-VERSION = "5.19.1"
+VERSION = "5.20.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments