From 43c207e7712148aafb34e00fd18187729c183bee Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Wed, 26 Jun 2024 23:12:07 +0200 Subject: [PATCH] Release 0.6.14 [FIX] Remove https://polyfill.io/v3/polyfill.min.js?features=es6 (security issue) Other changes were rebased out, because the updated lmfit is not ready --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0fc0f6f7..d7340992f 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ def include_documentation(local_dir, install_dir): long_description_content_type='text/markdown', author='Canadian Light Source, Biolab UL, Soleil, Elettra', author_email='marko.toplak@gmail.com', - version="0.6.13", + version="0.6.14", packages=PACKAGES, package_data=PACKAGE_DATA, data_files=DATA_FILES,