Skip to content

Commit

Permalink
Bumped version to 0.2.3 to make twine happy
Browse files Browse the repository at this point in the history
sveinbjornt committed Jan 9, 2023
1 parent c7ebe5f commit 152c59a
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ All functions accept the `lang` keyword parameter. Supported languages are `is`

## Version History

* 0.2.2 - `*_for_closest` functions now fall back on other close stations if first fails (2023-01-09)
* 0.2.3 - `*_for_closest` functions now fall back on other close stations if first fails (2023-01-09)
* 0.2.1 - Updated weather station data. Now requires Python 3.7+ (2022-12-14)
* 0.2.0 - Now uses the Icelandic Met Office's XML API directly instead apis.is (2021-07-15)
* 0.1.1 - Fall back on other close weather stations for if err in result from closest station
2 changes: 1 addition & 1 deletion iceweather/__init__.py
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
STATIONS,
)

__version__ = "0.2.2"
__version__ = "0.2.3"
__author__ = "Miðeind ehf."
__copyright__ = "(C) 2022 Miðeind ehf."
__license__ = "BSD 3-clause License"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@

setuptools.setup(
name="iceweather",
version="0.2.2",
version="0.2.3",
author="Miðeind ehf.",
author_email="[email protected]",
license="BSD",

0 comments on commit 152c59a

Please sign in to comment.