Skip to content

Commit aaf4ec0

Browse files
committed
bump version to v1.12.0
1 parent f84f702 commit aaf4ec0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors:
66
given-names: Oliver
77
orcid: https://orcid.org/0000-0003-4216-2721
88
title: "Bakta: rapid & standardized annotation of bacterial genomes, MAGs & plasmids"
9-
version: 1.11.4
10-
date-released: 2025-08-29
9+
version: 1.12.0
10+
date-released: 2026-01-29
1111
keywords:
1212
- bioinformatics
1313
- "genome-annotation"

bakta.cwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ hints:
2222
SoftwareRequirement:
2323
packages:
2424
bakta:
25-
version: [ "1.11.4" ]
25+
version: [ "1.12.0" ]
2626
specs: ["https://github.com/oschwengers/bakta"]
2727
DockerRequirement:
28-
dockerPull: oschwengers/bakta:v1.11.4
28+
dockerPull: oschwengers/bakta:v1.12.0
2929

3030
#baseCommand: []
3131

bakta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.11.4'
1+
__version__ = '1.12.0'
22
__db_schema_version__ = 6
33

44
import warnings

0 commit comments

Comments
 (0)