Skip to content

Commit

Permalink
Version 20240202
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Feb 3, 2024
1 parent 669234b commit 88003bf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on the UTC date of the release.

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

Version 20240202
==================
* Added ZHEC/EHU, Ezhou Huahu Airport, Ezhou, Hubei, China. Contributed by `HaGoijer <https://github.com/HaGoijer>`__
in issue `#34 <https://github.com/mborsetti/airportsdata/issues/34>`__)

Version 20240119
==================
* Changed IATA code of LUKK/RMO, Chișinău International Airport, Chișinău, Chișinău Municipality, Moldova from KIV.
Expand Down Expand Up @@ -59,7 +64,7 @@ Version 20230905
* Fixed names of airports, cities, subdivisions (which now match `ISO 3166-2
<https://en.wikipedia.org/wiki/ISO_3166-2:UA#Current_codes>`__ names) and timezones for Ukraine (contributed by
`YURII D. <https://github.com/dejurin>`__ via pull request `#30
<https://github.com/mborsetti/airportsdata/issues/30>`__).
<https://github.com/mborsetti/airportsdata/pull/30>`__).
* Fixed script for various Norwegian airports, which lacked accents etc.
* Internal:

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
airportsdata |downloads|
========================

.. |ICAO| replace:: 28,135
.. |ICAO| replace:: 28,136

.. |IATA| replace:: 7,590
.. |IATA| replace:: 7,591

.. |LID| replace:: 12,567

Expand Down
7 changes: 2 additions & 5 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
* Changed IATA code of LUKK/RMO, Chișinău International Airport, Chișinău, Chișinău Municipality, Moldova from KIV.
The change was effective on 18 Jnauary 2024 per `Wikipedia
<https://en.wikipedia.org/wiki/Chi%C8%99in%C4%83u_International_Airport>`__; the new code is confirmed by the
airport's `website <https://airport.md/en/about-us/airport-history>`__. Originally contributed upstream by
`drewblin <https://github.com/drewblin>`__ in PR `#107 <https://github.com/mwgg/Airports/pull/107>`__.
* Added ZHEC/EHU, Ezhou Huahu Airport, Ezhou, Hubei, China. Contributed by `HaGoijer <https://github.com/HaGoijer>`__
in issue `#34 <https://github.com/mborsetti/airportsdata/issues/34>`__)
2 changes: 1 addition & 1 deletion airportsdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__project_name__ = __package__
# Release numbering follows the release date
__version__ = '20240119'
__version__ = '20240202'
__min_python_version__ = (3, 9)
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
Expand Down
1 change: 1 addition & 0 deletions airportsdata/airports.csv
Original file line number Diff line number Diff line change
Expand Up @@ -27964,6 +27964,7 @@
"ZGZJ","ZHA","Zhanjiang Airport","Zhanjiang","Guangdong","CN",0,21.2143993378,110.358001709,"Asia/Shanghai",""
"ZHAY","AYN","Anyang Airport","Anyang","Henan","CN",0,36.1338996887,114.34400177,"Asia/Shanghai",""
"ZHCC","CGO","Xinzheng Airport","Zhengzhou","Henan","CN",495,34.5196990967,113.841003418,"Asia/Shanghai",""
"ZHEC","EHU","Ezhou Huahu Airport","Ezhou","Hubei","CN",69,30.342856,115.029611,"Asia/Shanghai",""
"ZHES","ENH","Enshi Airport","Enshi","Hubei","CN",1605,30.3202991486,109.48500061,"Asia/Shanghai",""
"ZHGH","LHK","Guangzhou MR Air Base","Guanghua","Hubei","CN",0,32.3894004822,111.6949996948,"Asia/Shanghai",""
"ZHHH","WUH","Wuhan Tianhe International Airport","Wuhan","Hubei","CN",113,30.7838001251,114.2080001831,"Asia/Shanghai",""
Expand Down

0 comments on commit 88003bf

Please sign in to comment.