From 29dfe408ffc0ccd7464e093e358791676bd3ede9 Mon Sep 17 00:00:00 2001 From: rpauszek Date: Mon, 16 Oct 2023 16:05:53 +0200 Subject: [PATCH] release: release Pylake v1.2.1 --- changelog.md | 2 +- docs/whatsnew/1.2.0/1_2_0.rst | 2 +- lumicks/pylake/__about__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index c9b402cfe..e2eabdaad 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## v1.2.1 | t.b.d. +## v1.2.1 | 2023-10-17 #### Bug fixes diff --git a/docs/whatsnew/1.2.0/1_2_0.rst b/docs/whatsnew/1.2.0/1_2_0.rst index 750408d63..5a92c77ec 100644 --- a/docs/whatsnew/1.2.0/1_2_0.rst +++ b/docs/whatsnew/1.2.0/1_2_0.rst @@ -26,7 +26,7 @@ times will be underestimated. For more information see the :doc:`changelog`. + under the header `"minimum observable duration (seconds)"`. For more information, see :ref:`tutorial`. Correct for discretization in binding lifetime analysis ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/lumicks/pylake/__about__.py b/lumicks/pylake/__about__.py index 4b8cc1a65..6dce3fc2a 100644 --- a/lumicks/pylake/__about__.py +++ b/lumicks/pylake/__about__.py @@ -1,5 +1,5 @@ __title__ = "lumicks.pylake" -__version__ = "1.2.0" +__version__ = "1.2.1" __summary__ = "Bluelake data analysis tools" __url__ = "https://github.com/lumicks/pylake"