Skip to content

Commit 421dbcf

Browse files
committed
release bump
1 parent 9723852 commit 421dbcf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ asyncio.get_event_loop().run_until_complete(main())
3939

4040
## Changelog
4141

42+
* 3.0.9 - Adjust forecast window for 24 hours periods
4243
* 3.0.8 - Adds Weather Warnings
4344
* 3.0.7 - Adds UV Index (@tokenize74)
4445
* 3.0.6 - Bug Fixes

pyipma/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Python library for http://api.ipma.pt."""
2-
__version__ = "3.0.8"
2+
__version__ = "3.0.9"
33

44
class IPMAException(Exception):
55
pass

0 commit comments

Comments
 (0)