Skip to content

Commit 4419abe

Browse files
committed
Tag version 2021.2
1 parent 5f1dfdf commit 4419abe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

hytera_homebrew_bridge/lib/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def __init__(self, filepath: str = None, filedata: str = None) -> None:
107107
fallback="https://github.com/ok-dmr/Hytera_Homebrew_Bridge",
108108
)
109109
self.hb_software_id = parser.get(
110-
self.SECTION_HOMEBREW, "software_id", fallback="2021.1"
110+
self.SECTION_HOMEBREW, "software_id", fallback="2021.2"
111111
)
112112
self.hb_package_id = parser.get(
113113
self.SECTION_HOMEBREW, "package_id", fallback="Hytera Homebrew Bridge"

settings.ini.default

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ antenna_height = 999
4444
# 20 ascii letters, will be trimmed if exceeded
4545
location =
4646
description =
47-
# 124 ascii letters, http:// not required, will be trimmed if exceeded
48-
url = http://github.com/ok-dmr/Hytera_Homebrew_Bridge
47+
# 124 ascii letters, https:// not required, will be trimmed if exceeded
48+
url = https://github.com/ok-dmr/Hytera_Homebrew_Bridge
4949
# 40 ascii letters, will be trimmed if exceeded
50-
software_id = 2021.1
50+
software_id = 2021.2
5151
package_id = Hytera Homebrew Bridge
5252
# use these to override params read out of repeater
5353
rx_freq = 434787500
@@ -56,4 +56,4 @@ tx_power = 1
5656
# 1 = only TS1, 2 = only TS2, 3 = TS1 and TS2
5757
timeslots = 3
5858
# we default to generating random stream ids for outgoing traffic, but you can change the behavior
59-
use_random_stream_id = True
59+
use_random_stream_id = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author="Marek Sebera",
1818
author_email="marek.sebera@gmail.com",
1919
license="AGPL-3.0",
20-
version="2021.1",
20+
version="2021.2",
2121
packages=[
2222
"hytera_homebrew_bridge",
2323
"hytera_homebrew_bridge.kaitai",

0 commit comments

Comments
 (0)