1 parent 9723852 commit 421dbcfCopy full SHA for 421dbcf
2 files changed
README.md
@@ -39,6 +39,7 @@ asyncio.get_event_loop().run_until_complete(main())
39
40
## Changelog
41
42
+* 3.0.9 - Adjust forecast window for 24 hours periods
43
* 3.0.8 - Adds Weather Warnings
44
* 3.0.7 - Adds UV Index (@tokenize74)
45
* 3.0.6 - Bug Fixes
pyipma/__init__.py
@@ -1,5 +1,5 @@
1
"""Python library for http://api.ipma.pt."""
2
-__version__ = "3.0.8"
+__version__ = "3.0.9"
3
4
class IPMAException(Exception):
5
pass
0 commit comments