Skip to content

Commit

Permalink
Version 20240316.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Mar 16, 2024
1 parent 5780a96 commit f94e5d6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on the UTC date of the release.
`Contributions <https://github.com/mborsetti/airportdata/blob/master/CHANGELOG.rst>`__ always welcomed!


Version 20240316
Version 20240316.1
==================
* Added BKPR/PRN, Pristina International Airport, Pristina, Kosovo. Contributed by `niclaswue
<https://github.com/niclaswue>`__ in issue `#36 <https://github.com/mborsetti/airportsdata/issues/36>`__.
* Added VOGA/GOX, Manohar International Airport, Mopa, Goa, IN. Contributed by `eatdostacos
<https://github.com/eatdostacos>`__ in PR `#114 <https://github.com/mwgg/Airports/pull/114>`__ upstream.
* Changed ICAO of BKPR/PRN, Pristina International Airport, Pristina, Kosovo (was LYPR). Contributed by `niclaswue
<https://github.com/niclaswue>`__ in issue `#36 <https://github.com/mborsetti/airportsdata/issues/36>`__.
* Added the following 2 Nav Canada-towered Canadian airports:

- CYHC/CXH, Vancouver Harbour BC (Water Airport), Vancouver, British Columbia, CA.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
airportsdata |downloads|
========================

.. |ICAO| replace:: 28,177
.. |ICAO| replace:: 28,176

.. |IATA| replace:: 7,817

Expand Down
4 changes: 2 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* Added BKPR/PRN, Pristina International Airport, Pristina, Kosovo. Contributed by `niclaswue
<https://github.com/niclaswue>`__ in issue `#36 <https://github.com/mborsetti/airportsdata/issues/36>`__.
* Added VOGA/GOX, Manohar International Airport, Mopa, Goa, IN. Contributed by `eatdostacos
<https://github.com/eatdostacos>`__ in PR `#114 <https://github.com/mwgg/Airports/pull/114>`__ upstream.
* Changed ICAO of BKPR/PRN, Pristina International Airport, Pristina, Kosovo (was LYPR). Contributed by `niclaswue
<https://github.com/niclaswue>`__ in issue `#36 <https://github.com/mborsetti/airportsdata/issues/36>`__.
* Added the following 2 Nav Canada-towered Canadian airports:

- CYHC/CXH, Vancouver Harbour BC (Water Airport), Vancouver, British Columbia, CA.
Expand Down
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__
__min_python_version__ = (3, 9) # minimum version of Python required to run; supported until 4 October 2024
__version__ = '20240316' # numbering follows the release date
__version__ = '20240316.1' # numbering follows the release date
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
__license__ = 'MIT'
Expand Down
3 changes: 1 addition & 2 deletions airportsdata/airports.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4962,7 +4962,7 @@
"BIVI","","Vik Airport","Vik","South","IS",100,63.4216995239,-18.888299942,"Atlantic/Reykjavik",""
"BIVM","VEY","Vestmannaeyjar Airport","Vestmannaeyjar","South","IS",326,63.4243011475,-20.2789001465,"Atlantic/Reykjavik",""
"BIVO","VPN","Vopnafjordur Airport","Vopnafjordur","East","IS",16,65.7205963135,-14.8506002426,"Atlantic/Reykjavik",""
"BKPR","PRN","Pristina International Airport","Pristina","Pristina","XK",1789,42.572833,21.035833,"Europe/Belgrade",""
"BKPR","PRN","Pristina International Airport","Lipjan","Pristina","XK",1789,42.572833,21.035833,"Europe/Belgrade",""
"CA03","","Flying M Airport","Planada","California","US",280,37.3499402777778,-120.2940725,"America/Los_Angeles","CA03"
"CA04","","Flying N Ranch Airport","Cottonwood","California","US",530,40.3462641666667,-122.338892777778,"America/Los_Angeles","CA04"
"CA05","","Machado Dusters Airport","Stratford","California","US",192,36.1602288888889,-119.813464722222,"America/Los_Angeles","CA05"
Expand Down Expand Up @@ -16269,7 +16269,6 @@
"LYNS","QND","Cenej Airport","Novi Sad","","RS",266,45.385799,19.839199,"Europe/Belgrade",""
"LYPG","TGD","Podgorica Airport","Podgorica","Podgorica","ME",141,42.3594017029,19.2518997192,"Europe/Podgorica",""
"LYPO","","Cemovsko Polje Airport","Podgorica","","ME",197,42.4223175049,19.2907772064,"Europe/Podgorica",""
"LYPR","PRN","Pristina International Airport","Prishtina","Pristina","XK",1789,42.5727996826,21.0358009338,"Europe/Belgrade",""
"LYPT","","Batlava-Donja Penduha Airfield","Batlava","Pristina","XK",1978,42.845500946,21.2199993134,"Europe/Belgrade",""
"LYSM","","Veliki Radinci Airfield","Sremska Mitrovica","","RS",320,45.037453,19.660661,"Europe/Belgrade",""
"LYSP","","Rudine airfield","Smederevska palanka","","RS",0,44.3513888889,20.96,"Europe/Belgrade",""
Expand Down

0 comments on commit f94e5d6

Please sign in to comment.