diff --git a/tierpsy/version.py b/tierpsy/version.py index d0ed413c..c7c40f88 100755 --- a/tierpsy/version.py +++ b/tierpsy/version.py @@ -1,5 +1,5 @@ # # -*- coding: utf-8 -*- -__version__ = '1.5.1-beta2' +__version__ = '1.5.1' try: import os @@ -14,6 +14,10 @@ pass ''' +1.5.1 +- Bug fixes +- Improved documentation + 1.5.1-beta - Create a conda package. This will be the new way to distribute the package. - Merge part of the code in tierpsy-features and open-worm-analysis-toolbox to remove them as dependencies.