diff --git a/Updating-and-release-notes.md b/Updating-and-release-notes.md index 8ede760..69b081d 100644 --- a/Updating-and-release-notes.md +++ b/Updating-and-release-notes.md @@ -1,4 +1,4 @@ -### Current version: `3.0.0b35` +### Current version: `3.0.0b36` You can check the version installed by running `obi --version` @@ -21,6 +21,9 @@ python3 setup.py install ### Release notes: +* `3.0.0b36`: + - `obi ls`: reworked a bit (mostly just now done in C instead of Cython) + * `3.0.0b35`: - `ecotag`: added separate threshold for minimum circle identity (sequence is assigned to the LCA of all sequences within a similarity circle of the best matches; the threshold for this circle is the highest value between the chosen minimum circle identity and the best assignment score found)