Skip to content

Commit

Permalink
Merge pull request #396 from Clinical-Genomics/version_3.0
Browse files Browse the repository at this point in the history
Major release 3.0
  • Loading branch information
northwestwitch authored Jan 16, 2025
2 parents 684dcab + ce6e065 commit 6b1c1f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [unreleased]
## [3.0]
### Changed
- Updated several libraries including schug (now v.7)
- Update project's Python version to 3.9
- Modified the structure of the database table `genes`, converting the `ensembl_id` string field to `ensembl_ids`: an array of strings. This change addresses recent changes in the MySQL: https://bugs.mysql.com/bug.php?id=114838
- BREAKING CHANGE: modified the structure of the database table `genes`, converting the `ensembl_id` string field to `ensembl_ids`: an array of strings. This change addresses recent changes in the MySQL: https://bugs.mysql.com/bug.php?id=114838
### Fixed
- The MariaDB healthcheck step in docker-compose-mysql.yml, preventing the demo app to start

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__ = "2.1"
__version__ = "3.0"
load_dotenv()

0 comments on commit 6b1c1f7

Please sign in to comment.