Skip to content

Commit 2fd8531

Browse files
committed
bump vesion
1 parent 61985e5 commit 2fd8531

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# History
22

3+
1.8.1 (2025-09-27)
4+
------------------
5+
6+
* Fixes minor issues with `--skip_qc` (#73) and `--no_chromosome` (#74)
7+
8+
1.8.0 (2025-06-12)
9+
------------------
10+
11+
* Fixes issues with `--skip_qc` when using non gzipped FASTQ reads (#60)
12+
* Fixes issue with fastp versions #64
13+
* Add skip_mash to run Plassembler without the database mash search #61
14+
15+
1.8.0 (2025-06-23)
16+
------------------
17+
18+
* Relaxes Python version dependency to >=3.8,<3.14 from >=3.8,<3.10
19+
* Minor change to log file error behaviour #69
20+
* Thanks @rrwick for both changes
21+
22+
* Bug fix with `--force` for `plassembler download`, which will only remove the output directory if `--force` is specified (#49).
23+
324
1.6.2 (2024-03-08)
425
------------------
526

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "plassembler"
3-
version = "1.8.0" # change VERSION too
3+
version = "1.8.1" # change VERSION too
44
description = "Quickly and accurately assemble plasmids in hybrid sequenced bacterial isolates"
55
authors = ["George Bouras <george.bouras@adelaide.edu.au>"]
66
license = "MIT"

src/plassembler/utils/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.8.1

0 commit comments

Comments
 (0)