Skip to content

Commit 3ef9288

Browse files
committed
[Chore] Bump release version for v18.0-rc1
Problem: We have to make a new release, so release version should be bumped. Solution: Bump it.
1 parent 00d7f06 commit 3ef9288

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

baking/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Package that provides systemd services that orchestrate other ser
1414
license = { text = "LicenseRef-MIT-OA" }
1515
requires-python = ">=3.8"
1616
readme = "README.md"
17-
version = "v18.0-rc1"
17+
version = "v18.0-rc1a"
1818

1919
[tool.setuptools.packages.find]
2020
where= ["src"]

docker/package/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ class TezosBakingServicesPackage(AbstractPackage):
585585
# native releases, so we append an extra letter to the version of
586586
# the package.
587587
# This should be reset to "" whenever the native version is bumped.
588-
letter_version = ""
588+
letter_version = "a"
589589

590590
buildfile = "setup.py"
591591

meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"release": "1",
2+
"release": "2",
33
"maintainer": "Serokell <[email protected]>",
44
"tezos_ref": "v18.0-rc1"
55
}

0 commit comments

Comments
 (0)