From 1d951be98f439bea5c105d7b36b964481a532dd6 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Tue, 14 Nov 2023 19:48:27 +0000 Subject: [PATCH] Update release notes --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 950a791..50889be 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,8 +4,8 @@ Release Notes Changelog entries for the development version are available at https://holospy.readthedocs.io/en/latest/changes.html -0.1.dev0 (UNRELEASED) -===================== +0.1 (2023-11-15) +================ - Add pre-commit configuration file (`#4 `_) - Format code using ``black`` and add workflow to check formatting (`#3 `_).