Skip to content

Commit

Permalink
[#484] Bump release number for new tezos-baking package
Browse files Browse the repository at this point in the history
Problem: we've updated the tezos-baking package and would like to
release the changes in a new version, for which we need to bump the
release number.

Solution: bumped the release number and updated the letter version
of tezos-baking.
  • Loading branch information
pasqu4le committed Jun 22, 2022
1 parent d9ad9b2 commit 553d39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/package/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,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,4 +1,4 @@
{
"release": "2",
"release": "3",
"maintainer": "Serokell <[email protected]>"
}

0 comments on commit 553d39e

Please sign in to comment.