Skip to content

Commit 5a0d3a5

Browse files
committed
removing beta tag
1 parent 8c078ca commit 5a0d3a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
- Fixes #5: Ensure Python 3.6 testing works.
1010
- Fixes #6: Time format is W3C_XML_DATETIME, not ISO_8601_UTC.
1111
- Fixes #7: Move package metadata to setup.cfg from setup.py.
12-
- Fixes #8: Add support for TAK-ADSB-ID.
12+
- Fixes #8: Add support for TAK-ADSB-ID.

aircot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
:source: <https://github.com/snstac/aircot>
2222
"""
2323

24-
__version__ = "2.0.0-beta3"
24+
__version__ = "2.0.0"
2525
__author__ = "Greg Albrecht <[email protected]>"
2626
__copyright__ = "Copyright Sensors & Signals LLC https://www.snstac.com"
2727
__license__ = "Apache License, Version 2.0"

0 commit comments

Comments
 (0)