Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetazzoni committed May 13, 2024
1 parent 91d44eb commit b27b255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
When we are ready to release a new version `vx.y.z`, one of the maintainers should:

1. Execute `poetry version {minor,patch}` to update the project version
2. Create a new tag with `git tag vx.y.z`. If the tag doesn't match with the
project version, step 4 validation will fail.
3. Push the tag to the repo with `git push origin vx.y.z`
4. There will be a GitHub Action triggered automatically which will build and publish to PyPI
1. Commit the version change and any release-related changes
1. Create a new tag with `git tag -s -m "Version x.y.z" vx.y.z`.
If the tag doesn't match with the project version, step 4 validation will fail.
1. Push the tag to the repo with `git push origin vx.y.z`
1. There will be a GitHub Action triggered automatically which will build and publish to PyPI
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wherobots-python-dbapi"
version = "0.4.0"
version = "0.5.0"
description = "Python DB-API driver for Wherobots DB"
authors = ["Maxime Petazzoni <max@wherobots.com>"]
license = "Apache 2.0"
Expand Down

0 comments on commit b27b255

Please sign in to comment.