Skip to content

Commit ed39a65

Browse files
committed
RLS Version 1.0.2
Bugfix for #93
1 parent 8874627 commit ed39a65

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.0.2 Fri 8 Jul 2022 by BigDataBiology
2+
* Fix issue #93 more thoroughly (see #101)
3+
14
Version 1.0.1 Mon 9 May 2022 by BigDataBiology
25
* Fix edge case when calling prodigal with more threads than contigs (#93)
36

SemiBin/semibin_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.1'
1+
__version__ = '1.0.2'

docs/whatsnew.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# What's New
22

3+
## Version 1.0.2
4+
5+
*Released July 8 2022*
6+
7+
### Bugfixes
8+
9+
- Fix ([#93](https://github.com/BigDataBiology/SemiBin/issues/93)) more
10+
thoroughly ([#101](https://github.com/BigDataBiology/SemiBin/issues/101))
11+
312
## Version 1.0.1
413

514
*Released May 9 2022*
615

7-
816
### Bugfixes
917

1018
- Fix edge case when calling prodigal with more threads than contigs

0 commit comments

Comments
 (0)