We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb45774 commit 304eda7Copy full SHA for 304eda7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 4.9.2 (2023-02-21)
4
+
5
+### Bugfixes :bug:
6
7
+- fix typo in depreciation warn messages and add warn category
8
+- fix JSONL data import into PostgreSQL db (#73)
9
10
## 4.9.1 (2023-02-08)
11
12
- hotfix :bug: issue with postgres cursor context (#72)
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():
0 commit comments