Prepare release v0.4.2
This commit is contained in:
parent
d77e96c426
commit
fbc9b5f134
2 changed files with 13 additions and 1 deletions
12
README.md
12
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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[tool.poetry]
|
||||
|
||||
name = "lalib"
|
||||
version = "0.4.2.dev0"
|
||||
version = "0.4.2"
|
||||
|
||||
authors = [
|
||||
"Alexander Hess <alexander@webartifex.biz>",
|
||||
|
|
Loading…
Reference in a new issue