We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d29aa4 commit a7bc16dCopy full SHA for a7bc16d
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.13.0 (2023-06-05)
6
+### Feature
7
+* Add project description ([#659](https://github.com/bimdata/python-api-client/issues/659)) ([`7d29aa4`](https://github.com/bimdata/python-api-client/commit/7d29aa46f1839229a97cb06c517d9a40315b965c))
8
+
9
## v9.12.0 (2023-05-17)
10
### Feature
11
* Add xkt_files fields to support many xtk versions (#647)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.12.0"
+VERSION = "9.13.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments