Skip to content

Commit

Permalink
Merge pull request #175 from Clinical-Genomics-Lund/v0.4.1
Browse files Browse the repository at this point in the history
Update bonsai v0.4.0 to v0.4.1
  • Loading branch information
ryanjameskennedy authored Apr 10, 2024
2 parents 8771392 + f87136a commit b0cea67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### Added

### Changed

### Fixed

## [v0.4.1]

### Added

- Display LIMS id in samples view

### Changed
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Bonsai frontend version."""
VERSION = "0.4.0"
VERSION = "0.4.1"
2 changes: 1 addition & 1 deletion minhash_service/minhash_service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Service to perform MinHash based analysis using Sourmash."""

__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit b0cea67

Please sign in to comment.