Skip to content

Commit 304eda7

Browse files
committed
bump version 4.9.2
1 parent fb45774 commit 304eda7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 4.9.1 (2023-02-08)
411

512
- hotfix :bug: issue with postgres cursor context (#72)

mara_db/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Make the functionalities of this package auto-discoverable by mara-app"""
2-
__version__ = '4.9.1'
2+
__version__ = '4.9.2'
33

44

55
def MARA_CONFIG_MODULES():

0 commit comments

Comments
 (0)