From 14c01f77c172fe5f157f69b55042409efac4da2c Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 8 Mar 2022 04:48:10 +0000 Subject: [PATCH] 0.1.11 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ antx/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5047c..35a1a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.11 (2022-03-08) +### Fix +* **regex:** Unfreezed regex version ([`84facc8`](https://github.com/Esukhia/antx/commit/84facc816b06cd995acf9ae325a379cfb17acba1)) + ## v0.1.10 (2021-05-21) ### Fix * **utils:** Json.loads encoding parameter removed ([`c0269f4`](https://github.com/Esukhia/antx/commit/c0269f4230a464a5864f1163a77421f534e31bc0)) diff --git a/antx/__init__.py b/antx/__init__.py index de4f5a8..ba92c4e 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.10" +__version__ = "0.1.11"