Skip to content

Commit

Permalink
[Chore] Bump release version for v17.3
Browse files Browse the repository at this point in the history
Problem: New stable release have to be made, thus
release number should be bumped.

Solution: Bump it.
  • Loading branch information
krendelhoff2 committed Sep 5, 2023
1 parent 372f817 commit 78d6ab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion baking/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Package that provides systemd services that orchestrate other ser
license = { text = "LicenseRef-MIT-OA" }
requires-python = ">=3.8"
readme = "README.md"
version = "v17.3a"
version = "v17.3b"

[tool.setuptools.packages.find]
where= ["src"]
Expand Down
2 changes: 1 addition & 1 deletion docker/package/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ class TezosBakingServicesPackage(AbstractPackage):
# native releases, so we append an extra letter to the version of
# the package.
# This should be reset to "" whenever the native version is bumped.
letter_version = "a"
letter_version = "b"

buildfile = "setup.py"

Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"release": "2",
"release": "3",
"maintainer": "Serokell <[email protected]>",
"tezos_ref": "v17.3"
}

0 comments on commit 78d6ab1

Please sign in to comment.