Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jan 16, 2024
1 parent 3e89885 commit 0ad25da
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Supported ADS-B Aggregators:
- ADS-B Exchange: https://www.adsbexchange.com/
- adsb.fi: https://adsb.fi
- ADS-B Hub: https://www.adsbhub.org/
- Airplanes.Live: https://Airplanes.Live
- Airplanes.Live: https://airplanes.live

License
=======
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-beta1"
__version__ = "6.0.0"
__author__ = "Greg Albrecht <[email protected]>"
__copyright__ = "Copyright Sensors & Signals LLC https://www.snstac.com"
__license__ = "Apache License, Version 2.0"
14 changes: 7 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ ADSBXCOT runs in any Python 3.6+ environment, on both Windows & Linux.

**N.B.**: Almost all ADS-B Aggreators require pre-authorization before allowing access to ADS-B data. This pre-authorization is often in the form of an API key. Many of these services provide these API keys for free, provided you feed data from your local ADS-B receiver into their cloud-service. Otherwise, they charge a fee for access to ADS-B data. Your organization should reach out to these ADS-B data aggregator services directly to negotiate terms for your use.

[Documentation is available here.](https://adsbxcot.rtfd.io)
Supported ADS-B Aggregators:

Have your own ADS-B receiver? Check out [ADSBCOT](https://adsbcot.rtfd.io).
- ADS-B Exchange [https://www.adsbexchange.com/](https://www.adsbexchange.com/)
- adsb.fi: [https://adsb.fi/](https://adsb.fi/)
- ADS-B Hub: [https://www.adsbhub.org/](https://www.adsbhub.org/)
- Airplanes.Live: [https://airplanes.live/](https://airplanes.live/)

Supported ADS-B Aggregators:
[Documentation is available here.](https://adsbxcot.rtfd.io)

- ADS-B Exchange: https://www.adsbexchange.com/
- adsb.fi: https://adsb.fi
- ADS-B Hub: https://www.adsbhub.org/
- Airplanes.Live: https://Airplanes.Live
Have your own ADS-B receiver? Check out [ADSBCOT](https://adsbcot.rtfd.io).
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project_urls =
CI: GitHub Actions = https://github.com/snstac/adsbxcot/actions
GitHub: issues = https://github.com/snstac/adsbxcot/issues
GitHub: repo = https://github.com/snstac/adsbxcot
description = Display Aircraft in TAK. PyTAK gateway for displaying aircraft tracks from ADS-B Aggregators (ADSBExchange, adsb.fi, et al.) in TAK Products (ATAK, WinTAK, iTAK, TAK Server, TAKX).
description = Display Aircraft in TAK. A gateway for displaying aircraft tracks from ADS-B Aggregators (ADSBExchange, adsb.fi, et al.) in TAK Products (ATAK, WinTAK, iTAK, TAK Server, TAKX).
long_description = file: README.rst
long_description_content_type = text/x-rst
maintainer = Greg Albrecht <[email protected]>
Expand Down

0 comments on commit 0ad25da

Please sign in to comment.