From a57b7e9061e6499c1cd6658a085d263be819362f Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Sun, 14 Jan 2024 14:21:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.67.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 5 ++++- lamindb/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index c5d16c7f7..f6f5e5050 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,5 @@ # Changelog -- ✨ Enable staging notebooks & code using the CLI [PR](https://github.com/laminlabs/lamindb/pull/1403) [@falexwolf](https://github.com/falexwolf) ```{eval-rst} .. role:: small @@ -8,6 +7,10 @@ ## 0.67 +### 0.67.2 {small}`2024-01-14` + +- ✨ Enable staging notebooks & code using the CLI [PR](https://github.com/laminlabs/lamindb/pull/1403) [@falexwolf](https://github.com/falexwolf) + ### 0.67.1 {small}`2024-01-12` - 🐛 Fix idempotency of `collection.save()` [PR](https://github.com/laminlabs/lamindb/pull/1401) [@falexwolf](https://github.com/falexwolf) diff --git a/lamindb/__init__.py b/lamindb/__init__.py index 33abbeb49..790cc5859 100644 --- a/lamindb/__init__.py +++ b/lamindb/__init__.py @@ -54,7 +54,7 @@ """ -__version__ = "0.67.1" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.67.2" # denote a release candidate for 0.1.0 with 0.1rc1 import os as _os