Skip to content

Commit

Permalink
Bump to version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ABignaud committed Apr 3, 2023
1 parent 08e02d1 commit 2ab6740
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

All notable changes to this project will be documented in this file.

## [1.2.1] - 2023-03-29
## [1.2.3] - 2023-04-03
- Modify pairs option as an argument for QC module.
- Correct bug if only one MAG corrected in the recursive step.
- Correct figures to work with miComplete output.
- Improve quality check metrics based on mock community results.
- Update QC tests.
## [1.2.2] - 2023-03-29
- Repair the pipeline module.

## [1.2.1] - 2023-03-29
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM adoptopenjdk/openjdk12

LABEL Name=metator Version=1.2.2
LABEL Name=metator Version=1.2.3

WORKDIR /app
COPY ./ /app
Expand Down
2 changes: 1 addition & 1 deletion metator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.2"
__version__ = "1.2.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

MAJOR = 1
MINOR = 2
MAINTENANCE = 2
MAINTENANCE = 3
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)

LICENSE = "GPLv3"
Expand Down

0 comments on commit 2ab6740

Please sign in to comment.