Skip to content

Commit

Permalink
Merge pull request #803 from serokell/krendelhoff/chore-release-v20.0-3
Browse files Browse the repository at this point in the history
[Chore] Prepare v20.0-3 release
  • Loading branch information
krendelhoff2 authored Jun 6, 2024
2 parents 1c31970 + 632f3ca commit 6c8b998
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 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 = "octez-v20.0"
version = "v20.0a"

[tool.setuptools.packages.find]
where= ["src"]
Expand Down
1 change: 0 additions & 1 deletion baking/src/tezos_baking/wizard_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def setup_logger(log_file):
level=logging.DEBUG,
format="%(asctime)s|%(levelname)s|%(message)s",
datefmt="%Y-%m-%dT%H:%M:%S",
encoding="utf-8",
)


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
4 changes: 2 additions & 2 deletions docker/package/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"paris2net": "https://teztnets.com/paris2net",
}
networks_protos = {
"mainnet": ["Proxford"],
"ghostnet": ["Proxford"],
"mainnet": ["Proxford", "PtParisB"],
"ghostnet": ["Proxford", "PtParisB"],
"oxfordnet": ["Proxford"],
"paris2net": ["PtParisB"],
}
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": "octez-v20.0"
}

0 comments on commit 6c8b998

Please sign in to comment.