Skip to content

Commit 5afcc16

Browse files
committed
v3.0.0
1 parent c7c61b5 commit 5afcc16

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Happy Summer Solstice
44

5+
- Rewrote GitHub actions, moved most logic to shell script and Makefile.
6+
- Renamed Debian package from python3-aircot to aircot.
7+
- Standardized Makefile for all PyTAK based programs.
8+
- Cleaned, simplified and expanded documentation.
9+
- Created Makefile jobs for Debian packaging and PyTAK customization.
10+
- Moved all media to media sub directory under docs/.
11+
- Converted README.rst to README.md.
12+
- Style & Linting of code.
13+
514

615
## AirCOT 2.0.0
716

aircot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
"""Aircraft classifier for TAK."""
2020

21-
__version__ = "3.0.0-beta1"
21+
__version__ = "3.0.0"
2222

2323
# COMPAT Python 3.6 test/build work-around:
2424
try:

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ independently.
55

66
```sh linenums="1"
77
sudo apt update
8-
wget https://github.com/snstac/aircot/releases/latest/download/python3-aircot_latest_all.deb
9-
sudo apt install -f ./python3-aircot_latest_all.deb
8+
wget https://github.com/snstac/aircot/releases/latest/download/aircot_latest_all.deb
9+
sudo apt install -f ./aircot_latest_all.deb
1010
```
1111

1212
## Windows, Linux

0 commit comments

Comments
 (0)