Skip to content

Commit 1a84d48

Browse files
semantic-releaseBimdata-io
authored andcommitted
9.8.0
Automatically generated by python-semantic-release
1 parent b0459fd commit 1a84d48

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.8.0 (2022-12-20)
6+
### Feature
7+
* Create import group from ids (#595)
8+
9+
* feat: create import group from id
10+
11+
* remove UserProject property, add select_related to userprojects queryset
12+
13+
* import several groups from a project instead of one ([`b0459fd`](https://github.com/bimdata/python-api-client/commit/b0459fdd1f71ee919cc1963f0c82b5a51b145451))
14+
515
## v9.7.0 (2022-12-06)
616
### Feature
717
* Add project check access route(#561)

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

0 commit comments

Comments
 (0)