diff --git a/README.rst b/README.rst index 3f4bc0bc..283d34c8 100755 --- a/README.rst +++ b/README.rst @@ -34,12 +34,12 @@ For now this requires an install from source rather than pip. Release notes ============= -v0.7.15 2020-05-?? +v0.7.15 2020-06-09 ------------------ +* parallel fitting suppressed in GUI for now---need to reuse thread pool * support *limits=(min, max)* for pm and pmp parameter ranges * cleaner handling of single/multiple fit specification * fix *--entropy* command line option -* parallel fitting suppressed in GUI for now---need to reuse thread pool * better support for pathlib with virtual file system v0.7.14 2020-01-03 diff --git a/bumps/__init__.py b/bumps/__init__.py index 09162c39..4e0b0814 100644 --- a/bumps/__init__.py +++ b/bumps/__init__.py @@ -12,8 +12,7 @@ See http://www.reflectometry.org/danse/reflectometry for online manuals. """ -__version__ = "0.7.14" - +__version__ = "0.7.15" def data_files(): """