From 6e3b09f2f1c5607073656f8a7e351d0c8fbe3423 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Wed, 17 Jan 2024 15:35:11 -0800 Subject: [PATCH] Fixes #25: Missing PyTAK version requirement, should be 6.2.0 --- CHANGELOG.md | 5 +++++ README.rst | 6 ++++-- adsbxcot/__init__.py | 2 +- docs/index.md | 4 +++- setup.cfg | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f5a0f..11f329a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## ADSBXCOT 6.0.1 + +- Fixes #25: Missing PyTAK version requirement, should be 6.2.0. + ## ADSBXCOT 6.0.0 + - New for 2024! - Removed 'light' mode for CoT. - Documentation Updates. diff --git a/README.rst b/README.rst index eb34af8..a650379 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ .. image:: https://adsbxcot.readthedocs.io/en/latest/atak_screenshot_with_pytak_logo-x25.png - :alt: Screenshot of ADS-B PLI in ATAK. + :alt: ATAK screenshot with PyTAK logo. Display Aircraft in TAK *********************** @@ -14,7 +14,9 @@ ADSBXCOT runs in any Python 3.6+ environment, on both Windows & Linux. `Documentation is available here. `_ -Have your own ADS-B receiver? Check out `ADSBCOT `_. + Have your own ADS-B receiver? Check out `ADSBCOT `_. + + Want a turn-key ADS-B to TAK Gateway? Check out `AirTAK `_. Supported ADS-B Aggregators: diff --git a/adsbxcot/__init__.py b/adsbxcot/__init__.py index a7138a5..bfdb66b 100644 --- a/adsbxcot/__init__.py +++ b/adsbxcot/__init__.py @@ -35,7 +35,7 @@ "Unable to import required modules, ignoring (Python 3.6 build work-around)." ) -__version__ = "6.0.0" +__version__ = "6.0.1" __author__ = "Greg Albrecht " __copyright__ = "Copyright Sensors & Signals LLC https://www.snstac.com" __license__ = "Apache License, Version 2.0" diff --git a/docs/index.md b/docs/index.md index 4822ae3..fc35272 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,4 +19,6 @@ Supported ADS-B Aggregators: [Documentation is available here.](https://adsbxcot.rtfd.io) -Have your own ADS-B receiver? Check out [ADSBCOT](https://adsbcot.rtfd.io). +> Have your own ADS-B receiver? Check out [ADSBCOT](https://adsbcot.rtfd.io). +> +> Want a turn-key ADS-B to TAK Gateway? Check out [AirTAK](https://www.snstac.com/store/p/airtak-v1). diff --git a/setup.cfg b/setup.cfg index 20417eb..11a2f36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,7 +65,7 @@ packages = adsbxcot package_dir = adsbxcot = adsbxcot install_requires = - pytak >= 5.4.0 + pytak >= 6.2.0 aircot >= 1.2.0 aiohttp