From c30c50ae33190e8d23d1eb6bb4e399a5bbdb103f Mon Sep 17 00:00:00 2001 From: Faustin Carter Date: Wed, 20 Sep 2023 17:51:59 +0000 Subject: [PATCH] Write release notes for 0.5.3 --- CHANGELOG.rst | 4 ++++ VERSION.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7aa12c9..825573a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +Version 0.5.3: + +* Switch from use of numpy type aliases to built in types for casting in process_file.py + Version 0.5.2: * Replace all references to `lmfit.models.COMMON_DOC` with `lmfit.models.COMMON_INIT_DOC` diff --git a/VERSION.txt b/VERSION.txt index cb0c939..be14282 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.5.2 +0.5.3