We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585ad9c commit 4d6e056Copy full SHA for 4d6e056
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.1.7 (2021-05-03)
6
+### Fix
7
+* **core:** Freezed diff compute feature rollback ([`9ec6ab5`](https://github.com/Esukhia/antx/commit/9ec6ab53a01c307bdf753911f525dc7b86dbaad0))
8
+
9
## v0.1.6 (2021-05-03)
10
### Fix
11
* Publish ([`3a20a81`](https://github.com/Esukhia/antx/commit/3a20a810312361f5fcbcc571551679d6baee08be))
antx/__init__.py
@@ -1,4 +1,4 @@
1
from .core import transfer
# Version of the annotation transfer package
-__version__ = "0.1.6"
+__version__ = "0.1.7"
0 commit comments