From fbc9b5f13464dfb2202e8079fd39f90ff10fee2a Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Tue, 10 Sep 2024 03:39:30 +0200 Subject: [PATCH] Prepare release v0.4.2 --- README.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f6e39c..890a074 100644 --- a/README.md +++ b/README.md @@ -156,3 +156,15 @@ So, releases to [PyPI](https://pypi.org/project/lalib/#history) come in the popular `major.minor.patch` format. The specific rules for this project are explained [here](https://github.com/webartifex/lalib/blob/main/tests/test_version.py). + + +## Releases + + +### v0.4.2, 2024-09-10 + +- This release provides no functionality +- Its purpose is to (re-)claim the + [lalib](https://pypi.org/project/lalib/) name on PyPI +- We can *not* start with **v0.1.0** + because we already used this when learning to use PyPI years back diff --git a/pyproject.toml b/pyproject.toml index 7bc7e2c..2b1b22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "lalib" -version = "0.4.2.dev0" +version = "0.4.2" authors = [ "Alexander Hess ",