Skip to content

Commit

Permalink
Version 20230510
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed May 10, 2023
1 parent 184ce60 commit 7bbe193
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on the UTC date of the release.

`Contributions <https://github.com/mborsetti/airportdata/blob/master/CHANGELOG.rst>`__ always welcomed!

20230510
==================
* Updated city of EDDF/FRA, Frankfurt am Main International Airport, Frankfurt am Main, Hesse, Germany to remove
erroneous hyphenation (requested by `Magic Mike <https://github.com/deezknuts>`__ in issue `#20
<https://github.com/mborsetti/airportsdata/issues/20>`__).

20230509
==================
* Updated Kuwait International's ICAO Location Indicator from OKBK to OKKK. Confirmed with ICAO data.
Expand Down
6 changes: 3 additions & 3 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* Updated Kuwait International's ICAO Location Indicator from OKBK to OKKK. Confirmed with ICAO data.
(Contributed upstream by `Toni Vicente <https://github.com/arv187>`__ in in PR `#85
<https://github.com/mwgg/Airports/pull/85>`__).
* Updated city of EDDF/FRA, Frankfurt am Main International Airport, Frankfurt am Main, Hesse, Germany to remove
erroneous hyphenation (requested by `Magic Mike <https://github.com/deezknuts>`__ in issue `#20
<https://github.com/mborsetti/airportsdata/issues/20>`__).
2 changes: 1 addition & 1 deletion airportsdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__project_name__ = __package__
# Release numbering follows the release date
__version__ = '20230509'
__version__ = '20230510'
__min_python_version__ = (3, 8)
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
Expand Down
2 changes: 1 addition & 1 deletion airportsdata/airports.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6629,7 +6629,7 @@
"EDDB","BER","Berlin Brandenburg Airport","Berlin","Brandenburg","DE",156,52.362167,13.500667,"Europe/Berlin",""
"EDDC","DRS","Dresden Airport","Dresden","Saxony","DE",755,51.1328010559,13.76720047,"Europe/Berlin",""
"EDDE","ERF","Erfurt Airport","Erfurt","Thuringia","DE",1036,50.979801178,10.9581003189,"Europe/Berlin",""
"EDDF","FRA","Frankfurt am Main International Airport","Frankfurt-am-Main","Hesse","DE",364,50.0264015198,8.543129921,"Europe/Berlin",""
"EDDF","FRA","Frankfurt am Main International Airport","Frankfurt am Main","Hesse","DE",364,50.0264015198,8.543129921,"Europe/Berlin",""
"EDDG","FMO","Munster Osnabruck Airport","Munster","Nordrhein-Westfalen","DE",160,52.134601593,7.6848301888,"Europe/Berlin",""
"EDDH","HAM","Hamburg Airport","Hamburg","Hamburg","DE",53,53.6304016113,9.9882297516,"Europe/Berlin",""
"EDDK","CGN","Cologne Bonn Airport","Cologne","Nordrhein-Westfalen","DE",302,50.8658981323,7.1427397728,"Europe/Berlin",""
Expand Down

0 comments on commit 7bbe193

Please sign in to comment.