Skip to content

Commit

Permalink
Version 20220607
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Jun 7, 2022
1 parent 522f97f commit 9757f77
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default_language_version:
# A list of repository mappings.
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
# see https://github.com/pre-commit/pre-commit-hooks
# - id: check-added-large-files
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ on the UTC date of the release.

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

Version 20220607
==================
* Added IATA identifier OGD to KOGD Ogden Hinckley Airport, Ogden, Utah, United States of America
(contributed by Spencer Yoder <https://github.com/Spencer-Yoder>`__ in PR `#13
<https://github.com/mborsetti/Airports/pull/13>`__.
* Added IATA identifier PVU to KPVU Provo Municipal Airport, Provo, Utah, United States of America
(contributed by Spencer Yoder <https://github.com/Spencer-Yoder>`__ in PR `#13
<https://github.com/mborsetti/Airports/pull/13>`__.
* Updated name from McCarran International Airport to Harry Reid International Airport for KLAS/LAS in Las Vegas,
Nevada, United States of America
(contributed by Spencer Yoder <https://github.com/Spencer-Yoder>`__ in PR `#13
<https://github.com/mborsetti/Airports/pull/13>`__.


Version 20220518
==================
* Added IATA identifier WMI to EPMO Warsaw Modlin Airport, Warsaw, Mazovia, Poland (contributed by `drewblin
Expand Down
12 changes: 10 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
* Added IATA identifier WMI to EPMO Warsaw Modlin Airport, Warsaw, Mazovia, Poland (contributed by `drewblin
<https://github.com/drewblin>`__ in PR `#59 <https://github.com/mwgg/Airports/pull/59>`__ upstream.
* Added IATA identifier OGD to KOGD Ogden Hinckley Airport, Ogden, Utah, United States of America
(contributed by Spencer Yoder <https://github.com/Spencer-Yoder>`__ in PR `#13
<https://github.com/mborsetti/Airports/pull/13>`__.
* Added IATA identifier PVU to KPVU Provo Municipal Airport, Provo, Utah, United States of America
(contributed by Spencer Yoder <https://github.com/Spencer-Yoder>`__ in PR `#13
<https://github.com/mborsetti/Airports/pull/13>`__.
* Updated name from McCarran International Airport to Harry Reid International Airport for KLAS/LAS in Las Vegas,
Nevada, United States of America
(contributed by Spencer Yoder <https://github.com/Spencer-Yoder>`__ in PR `#13
<https://github.com/mborsetti/Airports/pull/13>`__.
2 changes: 1 addition & 1 deletion airportsdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__project_name__ = __package__
# Release numbering follows the release date
__version__ = '20220518'
__version__ = '20220607'
__min_python_version__ = (3, 7)
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
Expand Down

0 comments on commit 9757f77

Please sign in to comment.