Skip to content

Commit

Permalink
Bump version to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cohaolain committed May 3, 2023
1 parent 82f0bae commit 36eb01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# [Unreleased]
# [v2.3.0] - 2023.05.03
### Added
- Optional `destination_airport` keyword argument to the cheap flights endpoints,
in case you only care about the cheapest flight to a single airport.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = f.read()

setup(name='ryanair-py',
version='2.2.0',
version='2.3.0',
description='A module which allows you to retrieve data about the cheapest one-way and return flights '
'in a date range, or all available flights on a given day for a given route.',
long_description=long_description,
Expand Down

0 comments on commit 36eb01a

Please sign in to comment.