Skip to content

Commit

Permalink
bump version 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Feb 21, 2023
1 parent fb45774 commit 304eda7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion mara_db/__init__.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit 304eda7

Please sign in to comment.