From 682dc64c0536c5fe2aa2843cae01e077f9121866 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Mon, 15 Jan 2024 15:23:15 -0800 Subject: [PATCH] removing beta tag --- docs/index.md | 2 +- mkdocs.yml | 4 ++-- takproto/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index af75e33..c77849a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index e643e74..5dd7cda 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 copyright: Copyright Sensors & Signals LLC https://www.snstac.com diff --git a/takproto/__init__.py b/takproto/__init__.py index 266608b..fd09b8b 100644 --- a/takproto/__init__.py +++ b/takproto/__init__.py @@ -30,7 +30,7 @@ :source: """ -__version__ = "2.1.1-beta2" +__version__ = "2.1.1" # Python 3.6 test/build work-around: try: