From 5b18fbd34211f2be35b8b767e9f6c75c9f31545f Mon Sep 17 00:00:00 2001 From: Vai Patel <6489594+vaipatel@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:19:42 -0400 Subject: [PATCH] Prepare release 0.2.0 Bump the package version to 0.2.0 and finalize the changelog with the release date and contributors. --- CHANGELOG.rst | 10 ++++++++-- morphops/_version.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eaf39fe..e3b4f2d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,8 +11,8 @@ on `Keep a Changelog `_. Contributors to each release are listed in alphabetical order by first name. List entries are sorted in descending chronological order. -Unreleased -========== +[0.2.0] - 2026-07-19 +==================== Changed ------- @@ -32,6 +32,12 @@ Added ----- - Added automated contributor acknowledgements using the All Contributors bot. +Contributors +------------ +- Håkon Wiik Ånes +- Philipp Schlegel +- Vaibhav Patel + [0.1.13] - 2021-10-10 ===================== diff --git a/morphops/_version.py b/morphops/_version.py index bfeb9d6..7fd229a 100644 --- a/morphops/_version.py +++ b/morphops/_version.py @@ -1 +1 @@ -__version__ = '0.1.13' \ No newline at end of file +__version__ = '0.2.0'