From 304eda794b21814b461ab4db3a8aed3f4936c0f9 Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Tue, 21 Feb 2023 17:02:53 +0100 Subject: [PATCH] bump version 4.9.2 --- CHANGELOG.md | 7 +++++++ mara_db/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12f113..3ee23b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.9.2 (2023-02-21) + +### Bugfixes :bug: + +- fix typo in depreciation warn messages and add warn category +- fix JSONL data import into PostgreSQL db (#73) + ## 4.9.1 (2023-02-08) - hotfix :bug: issue with postgres cursor context (#72) diff --git a/mara_db/__init__.py b/mara_db/__init__.py index 6a007d2..c0e02e0 100644 --- a/mara_db/__init__.py +++ b/mara_db/__init__.py @@ -1,5 +1,5 @@ """Make the functionalities of this package auto-discoverable by mara-app""" -__version__ = '4.9.1' +__version__ = '4.9.2' def MARA_CONFIG_MODULES():