We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b224801 commit 5be1821Copy full SHA for 5be1821
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
<!--next-version-placeholder-->
4
5
+## v5.19.1 (2022-01-18)
6
+### Fix
7
+* Add non automatic models (#464)
8
+
9
+* Add non automatic models
10
11
+* improve tests
12
13
+* rename route and add permissions
14
15
+* add model delete with doc ([`b224801`](https://github.com/bimdata/python-api-client/commit/b2248010f7890245d90e9b4f067e4ca96ea00a63))
16
17
## v5.19.0 (2022-01-14)
18
### Feature
19
* Feature/smart files (#463)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "5.19.0"
+VERSION = "5.19.1"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments