From 83351e0b01cd56234a70de2d893f95b0c1b5f958 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 3 May 2021 04:25:18 +0000 Subject: [PATCH] 0.1.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 17 +++++++++++++++++ antx/__init__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..707ca55 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + + + +## v0.1.6 (2021-05-03) +### Fix +* Publish ([`3a20a81`](https://github.com/Esukhia/antx/commit/3a20a810312361f5fcbcc571551679d6baee08be)) +* Install ([`d6d86e1`](https://github.com/Esukhia/antx/commit/d6d86e18aced5bee358996af1e0c79f075c4d438)) +* Install ([`8c31dd3`](https://github.com/Esukhia/antx/commit/8c31dd3f484bec8254e3280ef3e40dc3733a1450)) +* Install ([`e5f1c91`](https://github.com/Esukhia/antx/commit/e5f1c910bebbbd32e095b2820777eb8c99606d5a)) +* Deps version ([`4838692`](https://github.com/Esukhia/antx/commit/48386920211fd9d24f6e348c427c4f215330bfe2)) +* Specify lower & upper bound for deps ([`50705dc`](https://github.com/Esukhia/antx/commit/50705dcca6caedc8b8b82ddadb7c9c9f300d77fd)) +* **setup:** Import pathlib and re ([`eca80f7`](https://github.com/Esukhia/antx/commit/eca80f7375ac7543fae4abe2127eddd4c8715b30)) +* **github-action:** Rewuirement file name changed ([`95a4dec`](https://github.com/Esukhia/antx/commit/95a4dece87d957914b84094fceb40811c24a3cd5)) +* **github-action:** Automated publish on pip ([`0720654`](https://github.com/Esukhia/antx/commit/07206548bf933e45c27a1fe866a08589c72e4eaa)) +* **core:** Freeze computation implemented ([`72c894a`](https://github.com/Esukhia/antx/commit/72c894a4405ece635dcc55b09138532e6808dae9)) +* **core:** Implemented memoization for get_diffs ([`0756879`](https://github.com/Esukhia/antx/commit/07568795d6c60416d3058c5e2f2ce8f641ff6472)) diff --git a/antx/__init__.py b/antx/__init__.py index 9b9f96d..f24006c 100644 --- a/antx/__init__.py +++ b/antx/__init__.py @@ -1,4 +1,4 @@ from .core import transfer # Version of the annotation transfer package -__version__ = "0.1.5" +__version__ = "0.1.6"