Skip to content

Commit

Permalink
Version 20220625
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Jun 25, 2022
1 parent 802b2f2 commit 1a1a050
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 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!

Version 20220625
==================
* The source distribution is now available on PyPI to support certain packagers like `fpm` (contributed by Joe Groocock
<https://github.com/frebib>`__ in PR `#14 <https://github.com/mborsetti/Airports/pull/14>`__.


Version 20220608
==================
* Added IATA identifier OGD to KOGD Ogden Hinckley Airport, Ogden, Utah, United States of America
Expand Down
12 changes: 2 additions & 10 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
* 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>`__.
* The source distribution is now available on PyPI to support certain packagers like `fpm` (contributed by Joe Groocock
<https://github.com/frebib>`__ in PR `#14 <https://github.com/mborsetti/Airports/pull/14>`__.
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__ = '20220608'
__version__ = '20220625'
__min_python_version__ = (3, 7)
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
Expand Down

0 comments on commit 1a1a050

Please sign in to comment.