Skip to content

Commit 9eaee6b

Browse files
committed
release 0.18.3
1 parent 1e4ed8c commit 9eaee6b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

gimmemotifs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.18.2"
1+
__version__ = "0.18.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ version = {attr = "gimmemotifs.__about__.__version__"}
144144

145145
[tool.isort]
146146
profile = "black"
147-
conda_env = "environment.yml"
147+
conda_env = "requirements.yml"
148148
overwrite_in_place = true

0 commit comments

Comments
 (0)