Skip to content

Commit

Permalink
Fixes #25: Missing PyTAK version requirement, should be 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jan 17, 2024
1 parent dba6147 commit 6e3b09f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
***********************
Expand All @@ -14,7 +14,9 @@ ADSBXCOT runs in any Python 3.6+ environment, on both Windows & Linux.

`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>`_.

Supported ADS-B Aggregators:

Expand Down
2 changes: 1 addition & 1 deletion adsbxcot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
__copyright__ = "Copyright Sensors & Signals LLC https://www.snstac.com"
__license__ = "Apache License, Version 2.0"
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6e3b09f

Please sign in to comment.