Skip to content

Commit 4f72b10

Browse files
semantic-releaseBimdata-io
authored andcommitted
7.1.0
Automatically generated by python-semantic-release
1 parent 64b5792 commit 4f72b10

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

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

5+
## v7.1.0 (2022-02-15)
6+
### Feature
7+
* Feature/bcf colors (#485)
8+
9+
* wip
10+
11+
* update project extensions GET method
12+
13+
* cleanup
14+
15+
* fix project extensions
16+
17+
* implement extension update
18+
19+
* add color to all existing topics
20+
21+
* respond with 400 if duplicated name
22+
23+
* remove useless config ([`64b5792`](https://github.com/bimdata/python-api-client/commit/64b579260b41558e0c959ba65dcbfe159d57fcf0))
24+
525
## v7.0.1 (2022-02-15)
626
### Fix
727
* Rename last ifc operations ([#489](https://github.com/bimdata/python-api-client/issues/489)) ([`6a0bce1`](https://github.com/bimdata/python-api-client/commit/6a0bce138e8adad44c462cec339d523fc33cc346))

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

0 commit comments

Comments
 (0)