Skip to content

Commit

Permalink
Merge pull request #264 from Clinical-Genomics/version_1.5.1
Browse files Browse the repository at this point in the history
Prepare patch release 1.5.1
  • Loading branch information
northwestwitch authored Mar 27, 2024
2 parents 0c6f38e + 0f2173c commit 79d73a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [unreleased]
## [1.5.1]
### Fixed
- Avoid MySQLdb.OperationalError `Server has gone away` by modifying by setting `pool_pre_ping=True` when creating the engine
- Coverage report screenshot displayed on README page and on the documenattion to reflect true statistics from the demo samples
Expand Down
2 changes: 1 addition & 1 deletion src/chanjo2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from dotenv import load_dotenv

__version__ = "1.5.0"
__version__ = "1.5.1"
load_dotenv()

0 comments on commit 79d73a8

Please sign in to comment.