Skip to content

Commit 430c892

Browse files
semantic-releaseBimdata-io
authored andcommitted
7.3.0
Automatically generated by python-semantic-release
1 parent 06a735c commit 430c892

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

5+
## v7.3.0 (2022-02-25)
6+
### Feature
7+
* Refacto storeys and add buildings (#494)
8+
9+
* init refacto storey
10+
11+
* add building test
12+
13+
* fix serializers
14+
15+
* replace Counter ([`06a735c`](https://github.com/bimdata/python-api-client/commit/06a735c75412fdfb301f7e10ecb29a5e4275afe7))
16+
517
## v7.2.0 (2022-02-24)
618
### Feature
719
* Add size_ratio fields ([`2a5d90c`](https://github.com/bimdata/python-api-client/commit/2a5d90c51c5de429d10d6cf1f4d5da9da5448093))

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

0 commit comments

Comments
 (0)