Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 22, 2024
1 parent c7c61b5 commit 5afcc16
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion aircot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5afcc16

Please sign in to comment.