From 20b711613fe2696778435091be17b571346787a4 Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:56:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.33.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bionty/__init__.py | 2 +- docs/changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bionty/__init__.py b/bionty/__init__.py index 78fd61cb..d2f7779e 100644 --- a/bionty/__init__.py +++ b/bionty/__init__.py @@ -52,7 +52,7 @@ Ontology """ -__version__ = "0.33.0" # denote release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.33.1" # denote release candidate for 0.1.0 with 0.1rc1 # prints warning of python versions from lamin_utils import py_version_warning diff --git a/docs/changelog.md b/docs/changelog.md index 520c7746..a0805c88 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🚸 Add a backward compat parser | [520](https://github.com/laminlabs/bionty/pull/520) | [sunnyosun](https://github.com/sunnyosun) | 2023-10-19 | +🚸 Add a backward compat parser | [520](https://github.com/laminlabs/bionty/pull/520) | [sunnyosun](https://github.com/sunnyosun) | 2023-10-19 | 0.33.1 🚚 Rename `Species` to `Organism` | [519](https://github.com/laminlabs/bionty/pull/519) | [sunnyosun](https://github.com/sunnyosun) | 2023-10-19 | 0.33.0 🚸 Suggest user to reset sources | [518](https://github.com/laminlabs/bionty/pull/518) | [sunnyosun](https://github.com/sunnyosun) | 2023-10-13 | 0.32.0 :memo: Clarify definition in readme | [517](https://github.com/laminlabs/bionty/pull/517) | [falexwolf](https://github.com/falexwolf) | 2023-09-27 |