From 9cc0f17a83375834a80288e6863ce381caa6cb2d Mon Sep 17 00:00:00 2001 From: Fotis Nikolaidis Date: Thu, 20 Jun 2024 20:05:29 +0300 Subject: [PATCH] Release 0.1.3 (#2197) Signed-off-by: Fotis Nikolaidis --- CHANGELOG.md | 5 ++++- VERSION | 2 +- superduperdb/__init__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6724ec9131..8ba49d6cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,8 +102,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed 'objectmodel' and 'predict_one' in doc. - Fixed ray dependencies bug +## [0.1.2](https://github.com/SuperDuperDB/superduperdb/compare/0.1.1...0.1.2]) (2024-Jun-20) -## [0.1.1](https://github.com/SuperDuperDB/superduperdb/compare/0.1.0...0.1.1]) (2023-Feb-09) +Test release before v0.2 + +## [0.1.1](https://github.com/SuperDuperDB/superduperdb/compare/0.1.0...0.1.1]) (2024-Feb-09) #### Changed defaults / behaviours diff --git a/VERSION b/VERSION index d917d3e26a..b1e80bb248 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/superduperdb/__init__.py b/superduperdb/__init__.py index 40de6d49b8..d4976025dc 100644 --- a/superduperdb/__init__.py +++ b/superduperdb/__init__.py @@ -8,7 +8,7 @@ logging = logger.Logging -__version__ = '0.2.0' +__version__ = '0.1.3' from superduperdb.backends import ibis, mongodb