diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ad0f0..53a8356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ Happy Summer Solstice +- Rewrote GitHub actions, moved most logic to shell script and Makefile. +- Renamed Debian package from python3-aircot to aircot. +- Standardized Makefile for all PyTAK based programs. +- Cleaned, simplified and expanded documentation. +- Created Makefile jobs for Debian packaging and PyTAK customization. +- Moved all media to media sub directory under docs/. +- Converted README.rst to README.md. +- Style & Linting of code. + ## AirCOT 2.0.0 diff --git a/aircot/__init__.py b/aircot/__init__.py index be3bb51..3851044 100644 --- a/aircot/__init__.py +++ b/aircot/__init__.py @@ -18,7 +18,7 @@ """Aircraft classifier for TAK.""" -__version__ = "3.0.0-beta1" +__version__ = "3.0.0" # COMPAT Python 3.6 test/build work-around: try: diff --git a/docs/installation.md b/docs/installation.md index 02de5bf..5d29e3e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -5,8 +5,8 @@ independently. ```sh linenums="1" sudo apt update -wget https://github.com/snstac/aircot/releases/latest/download/python3-aircot_latest_all.deb -sudo apt install -f ./python3-aircot_latest_all.deb +wget https://github.com/snstac/aircot/releases/latest/download/aircot_latest_all.deb +sudo apt install -f ./aircot_latest_all.deb ``` ## Windows, Linux