Skip to content

Commit

Permalink
tag release 2020.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Dec 29, 2020
1 parent dd18609 commit 09931e8
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 @@ -81,7 +81,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.3"
self.SECTION_HB, "software_id", fallback="2020.4"
)
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 @@ -36,7 +36,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.3
software_id = 2020.4
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.3",
version="2020.4",
packages=[
"hytera_homebrew_bridge",
"hytera_homebrew_bridge.kaitai",
Expand Down

0 comments on commit 09931e8

Please sign in to comment.