We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0bce1 commit 2118bc1Copy full SHA for 2118bc1
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v7.0.1 (2022-02-15)
6
+### Fix
7
+* Rename last ifc operations ([#489](https://github.com/bimdata/python-api-client/issues/489)) ([`6a0bce1`](https://github.com/bimdata/python-api-client/commit/6a0bce138e8adad44c462cec339d523fc33cc346))
8
+
9
## v7.0.0 (2022-02-04)
10
### Breaking
11
* Rename ifc to model (#477)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "7.0.0"
+VERSION = "7.0.1"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments