From 68cfa16aa681770bdb358e17e509a0a6a3077586 Mon Sep 17 00:00:00 2001 From: mjwen Date: Sat, 16 Dec 2023 20:07:06 -0600 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 4 ++++ devtool/update_version.py | 2 +- docs/source/conf.py | 2 +- kliff/__init__.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f8c3aa..f872a3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v0.4.2 (2023/12/17) + +- Fix installing ptemcee + ## v0.4.2 (2023/12/16) ### Enhancements 🛠 diff --git a/devtool/update_version.py b/devtool/update_version.py index 0e0a3106..da202fb9 100644 --- a/devtool/update_version.py +++ b/devtool/update_version.py @@ -31,7 +31,7 @@ def update_version(version, path, key, in_quotes=False, extra_space=False): if __name__ == "__main__": major = 0 minor = 4 - patch = 2 + patch = 3 mmp = f"{major}.{minor}.{patch}" mm = f"{major}.{minor}" diff --git a/docs/source/conf.py b/docs/source/conf.py index a0d6c74e..cecec37f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,7 +40,7 @@ # The short X.Y version version = "0.4" # The full version, including alpha/beta/rc tags -release = "0.4.2" +release = "0.4.3" # -- General configuration --------------------------------------------------- diff --git a/kliff/__init__.py b/kliff/__init__.py index 774f4187..63175451 100644 --- a/kliff/__init__.py +++ b/kliff/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.2" +__version__ = "0.4.3" import warnings