Skip to content

Commit

Permalink
Merge pull request #727 from serokell/pasqu4le/chore-voting-fix-release
Browse files Browse the repository at this point in the history
[Chore] Prepare a new release
  • Loading branch information
pasqu4le authored Sep 29, 2023
2 parents 505e592 + 41b069a commit f9fa44b
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 = "v18.0"
version = "v18.0a"

[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 = ""
letter_version = "a"

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": "1",
"release": "2",
"maintainer": "Serokell <[email protected]>",
"tezos_ref": "v18.0"
}

0 comments on commit f9fa44b

Please sign in to comment.