Skip to content

Commit

Permalink
Merge pull request #277 from NebraLtd/pritam/update_proto
Browse files Browse the repository at this point in the history
update region proto
  • Loading branch information
robputt authored Jul 9, 2023
2 parents 0ebade5 + 5dc9440 commit e514cda
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 12 deletions.
13 changes: 10 additions & 3 deletions hm_pyhelper/protos/gateway_staking_mode_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 77 additions & 3 deletions hm_pyhelper/protos/local_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 38 additions & 5 deletions hm_pyhelper/protos/region_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions protos/region.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ enum region {
AS923_1D = 25;
AS923_1E = 26;
AS923_1F = 27;

UNKNOWN = 99;
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "hm_pyhelper"
version = "0.14.22"
version = "0.14.23"
description = "Helium Python Helper"
authors = ["Nebra Ltd <support@nebra.com>"]
readme = "README.md"
Expand Down

0 comments on commit e514cda

Please sign in to comment.