Skip to content

Commit

Permalink
removing beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jan 15, 2024
1 parent 9433354 commit 682dc64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

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

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.

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: TAKProto - A Python TAK Protocol Protobuf Module
site_name: TAKProto - Send & Receive Team Awareness Kit (TAK) packets with Python.
site_url: https://takproto.rtfd.io/
repo_url: https://github.com/snstac/takproto/
site_description: A Python module to encode & decode 'TAK Protocol Payload - Version 1' Protocol Buffer based Cursor on Target (CoT) messages.
site_description: A Python module to encode & decode Team Awareness Kit (TAK) Protocol-based Cursor on Target (CoT) messages.
site_author: Greg Albrecht <[email protected]>
copyright: Copyright Sensors & Signals LLC https://www.snstac.com

Expand Down
2 changes: 1 addition & 1 deletion takproto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:source: <https://github.com/snstac/takproto>
"""

__version__ = "2.1.1-beta2"
__version__ = "2.1.1"

# Python 3.6 test/build work-around:
try:
Expand Down

0 comments on commit 682dc64

Please sign in to comment.