-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
33 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
* Added UECT/TLK, Talakan Airport, Lenskiy Ulus, Sakha, Russia (contributed by Vladimir Simakhin | ||
<https://github.com/vsimakhin>`__ upstream in PR `#60 <https://github.com/mwgg/Airports/pull/60>`__. | ||
* Updated name and added IATA code to KORL/ORL, Orlando Executive Airport, Orlando, Florida, USA (partially | ||
contributed by jeremiahmorton20 <https://github.com/jeremiahmorton20>`__ upstream in PR `#61 | ||
<https://github.com/mwgg/Airports/pull/61>`__. | ||
* Fixed city of KIAD/IAD, Washington Dulles International Airport, Dulles, Virginia, USA (contributed by Glenn Rempe | ||
<https://github.com/grempe>`__ upstream in PR `#63 <https://github.com/mwgg/Airports/pull/63>`__. | ||
* Updated elevation of EDDB/SXF, Berlin Brandenburg Airport, Berlin, Germany (contributed by Vladimir Simakhin | ||
<https://github.com/vsimakhin>`__ upstream in PR `#64 <https://github.com/mwgg/Airports/pull/64>`__. | ||
* Added ICAO Location Indicator EPKZ to OSZ, Koszalin Zegrze Airport, West Pomerania, Poland (contributed by `Błażej | ||
Cyrzon <https://github.com/bc291>`__ in PR `#15 <https://github.com/mborsetti/airportsdata/pull/15>`__). | ||
* Added IATA Location Code FKN to KFKN, Franklin Municipal John Beverly Rose Airport, Franklin, Virginia, USA | ||
(contributed by `Błażej Cyrzon <https://github.com/bc291>`__ in PR `#15 | ||
https://github.com/mborsetti/airportsdata/pull/15>`__). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
__project_name__ = __package__ | ||
# Release numbering follows the release date | ||
__version__ = '20220731' | ||
__version__ = '20220805' | ||
__min_python_version__ = (3, 7) | ||
__author__ = 'Mike Borsetti <[email protected]>' | ||
__copyright__ = 'Copyright 2020- Mike Borsetti' | ||
|