Skip to content

Commit 08061f7

Browse files
semantic-releaseBimdata-io
authored andcommitted
5.19.0
Automatically generated by python-semantic-release
1 parent a5ba918 commit 08061f7

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

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

5+
## v5.19.0 (2022-01-14)
6+
### Feature
7+
* Feature/smart files (#463)
8+
9+
* allow many model types
10+
11+
* add tests
12+
13+
* fix document name
14+
15+
* more cleanup
16+
17+
* update ci poetry version
18+
19+
* do not reprocess on file update
20+
21+
* fix export,merge and optimize queues
22+
23+
* add types.py
24+
25+
* more contants ([`a5ba918`](https://github.com/bimdata/python-api-client/commit/a5ba9187333e0a1b754b49755322102085adacc3))
26+
527
## v5.18.3 (2022-01-11)
628
### Fix
729
* (visa) add validations_in_error to serializer ([`e4df33f`](https://github.com/bimdata/python-api-client/commit/e4df33ffcaf01b3f60f7e214a2a64809d2befcf3))

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

0 commit comments

Comments
 (0)