Skip to content

Commit

Permalink
meta: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed May 5, 2024
1 parent f917eab commit 50d0961
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,9 @@ changelog:
release-date: 25 April 2024
changes:
- add: Add a donation link over at https://ko-fi.com/null8626.
- fix: As of 19 April 2024, all GitHub commits sent to the repository (both manual and automated) will be GPG-signed.
- fix: As of 19 April 2024, all GitHub commits sent to the repository (both manual and automated) will be GPG-signed.
- version: 2.0.3
release-date: 5 May 2024
changes:
- fix: Fix potential :py:class:`NameError` while accessing the ``Phase.emoji`` property.
- fix: Refactors on the request delay calculation.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools"]

[project]
name = "python-weather"
version = "2.0.2"
version = "2.0.3"
description = "A free and asynchronous weather API wrapper made in Python, for Python."
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion python_weather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__title__ = 'python-weather'
__author__ = 'null8626'
__license__ = 'MIT'
__version__ = '2.0.2'
__version__ = '2.0.3'
__all__ = (
'METRIC',
'IMPERIAL',
Expand Down

0 comments on commit 50d0961

Please sign in to comment.