Prepare release v0.4.2

This commit is contained in:
Alexander Hess 2024-09-10 03:39:30 +02:00
parent d77e96c426
commit fbc9b5f134
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
[tool.poetry]
name = "lalib"
version = "0.4.2.dev0"
version = "0.4.2"
authors = [
"Alexander Hess <alexander@webartifex.biz>",