Skip to content

Commit 682dc64

Browse files
committed
removing beta tag
1 parent 9433354 commit 682dc64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
![ATAK Screenshot with PyTAK Logo.](atak_screenshot_with_pytak_logo-x25.jpg)
33

4-
# TAKProto - Python TAK Protocol Module
4+
# TAKProto - Send & Receive Team Awareness Kit (TAK) packets with Python.
55

66
TAKProto is a Python module for encoding & decoding TAK Protocol Payloads, for use with [TAK Products](https://tak.gov) including ATAK, WinTAK, iTAK, TAKX, TAK Tracker & TAK Server. TAKProto includes functions for converting TAK Protocol Protobuf messages to Python objects, and serializing CoT XML messages as Protobuf.
77

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
site_name: TAKProto - A Python TAK Protocol Protobuf Module
1+
site_name: TAKProto - Send & Receive Team Awareness Kit (TAK) packets with Python.
22
site_url: https://takproto.rtfd.io/
33
repo_url: https://github.com/snstac/takproto/
4-
site_description: A Python module to encode & decode 'TAK Protocol Payload - Version 1' Protocol Buffer based Cursor on Target (CoT) messages.
4+
site_description: A Python module to encode & decode Team Awareness Kit (TAK) Protocol-based Cursor on Target (CoT) messages.
55
site_author: Greg Albrecht <gba@snstac.com>
66
copyright: Copyright Sensors & Signals LLC https://www.snstac.com
77

takproto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
:source: <https://github.com/snstac/takproto>
3131
"""
3232

33-
__version__ = "2.1.1-beta2"
33+
__version__ = "2.1.1"
3434

3535
# Python 3.6 test/build work-around:
3636
try:

0 commit comments

Comments
 (0)