Skip to content

Commit

Permalink
Tag version 2020.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Dec 25, 2020
1 parent a82b530 commit 43c64da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hytera_homebrew_bridge/lib/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self, filepath: str = None, filedata: str = None) -> None:
fallback="http://github.com/ok-dmr/Hytera_Homebrew_Bridge",
)
self.hb_software_id = parser.get(
self.SECTION_HB, "software_id", fallback="2020.2"
self.SECTION_HB, "software_id", fallback="2020.3"
)
self.hb_package_id = parser.get(
self.SECTION_HB, "package_id", fallback="Hytera Homebrew Bridge"
Expand Down
2 changes: 1 addition & 1 deletion settings.ini.default
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ description =
# 124 ascii letters, http:// not required, will be trimmed if exceeded
url = http://github.com/ok-dmr/Hytera_Homebrew_Bridge
# 40 ascii letters, will be trimmed if exceeded
software_id = 2020.2
software_id = 2020.3
package_id = Hytera Homebrew Bridge
# use these to override params read out of repeater
rx_freq = 434787500
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author="Marek Sebera",
author_email="[email protected]",
license="AGPL-3.0",
version="2020.2",
version="2020.3",
packages=[
"hytera_homebrew_bridge",
"hytera_homebrew_bridge.kaitai",
Expand Down

0 comments on commit 43c64da

Please sign in to comment.