Skip to content

Commit ea44ad2

Browse files
semantic-releaseBimdata-io
authored andcommitted
9.12.0
Automatically generated by python-semantic-release
1 parent 1b3009c commit ea44ad2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

5+
## v9.12.0 (2023-05-17)
6+
### Feature
7+
* Add xkt_files fields to support many xtk versions (#647)
8+
9+
* add xkt_files fields to support many xtk versions
10+
11+
* fix xkt_file serialization, add admin, migrate data to XktFile
12+
13+
* add unique xkt version constraint ([`1b3009c`](https://github.com/bimdata/python-api-client/commit/1b3009c81b2e5e3a189ed61e34345885803a83f2))
14+
515
## v9.11.3 (2023-05-16)
616
### Fix
717
* Add filters to getRawElements and getSimpleElements ([`1bf3b71`](https://github.com/bimdata/python-api-client/commit/1bf3b7188e48b5697cbd008bbbd41ac198fcbd16))

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

0 commit comments

Comments
 (0)