Skip to content

Commit 0051217

Browse files
semantic-releaseBimdata-io
authored andcommitted
9.3.0
Automatically generated by python-semantic-release
1 parent d562d95 commit 0051217

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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

5+
## v9.3.0 (2022-04-29)
6+
### Feature
7+
* Feat/versionning (#517)
8+
9+
* add model, migrations, views, serializers
10+
11+
* test DocumentHistory view
12+
13+
* fix last tests
14+
15+
* filter list model
16+
17+
* fix migration and add reverse_code
18+
19+
* renaming old_version_id ([`d562d95`](https://github.com/bimdata/python-api-client/commit/d562d9583f76b61f0f6ddf97ec80150a6fd6b902))
20+
521
## v9.2.0 (2022-04-21)
622
### Feature
723
* Add bcf pins (#515)

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

0 commit comments

Comments
 (0)