diff --git a/Updating-and-release-notes.md b/Updating-and-release-notes.md new file mode 100644 index 0000000..cc300ed --- /dev/null +++ b/Updating-and-release-notes.md @@ -0,0 +1,17 @@ +### Current version: `3.0.0-beta3` + +You can check the version installed by running `obi --version` + +### Release notes: + +* `3.0.0-beta3`: Fixed bugs in `ngsfilter` when cutting sequences, and a few minor bugs. + + +### How to update with git: + +From the OBITools3 installation directory and virtual environment, run: + +``` +git pull +python3 setup.py install +``` \ No newline at end of file