File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77
88## Unreleased
99
10+
11+
12+ ## [ 0.18.3] - 2026-06-09
13+
1014### Added
1115
1216- ` gimme motifs ` & ` gimme maelstrom ` now accept argument ` --noprogress ` to silence tqdm progress bars
@@ -529,6 +533,7 @@ manage your genomes.
529533
530534
531535[ Unreleased ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/master...develop
536+ [ 0.18.3 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.18.2...0.18.3
532537[ 0.18.2 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.18.1...0.18.2
533538[ 0.18.1 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.18.0...0.18.1
534539[ 0.18.0 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.17.0...0.18.0
Original file line number Diff line number Diff line change 1- __version__ = "0.18.2 "
1+ __version__ = "0.18.3 "
Original file line number Diff line number Diff line change @@ -144,5 +144,5 @@ version = {attr = "gimmemotifs.__about__.__version__"}
144144
145145[tool .isort ]
146146profile = " black"
147- conda_env = " environment .yml"
147+ conda_env = " requirements .yml"
148148overwrite_in_place = true
You can’t perform that action at this time.
0 commit comments