Skip to content

Commit

Permalink
bump: 2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Nov 11, 2023
1 parent ac5fea9 commit b838ea1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,10 @@ from meteomoris import get_main_message
Meteo.CHECK_INTERNET = True # Will check if there is internet
Meteo.EXIT_ON_NO_INTERNET = True # Will exit if no internet
Meteo.ALREADY_CHECKED_INTERNET = False
Meteo.EXIT_ON_NO_INTERNET = True
Meteo.CHECK_INTERNET = True
Meteo.DEBUG = False # used during development
Meteo.CACHE_PERMS = True # used internally, modify to refelct if cache file can be created
Meteo.CACHE_PATH = "." # If cache path can be customized, default to site-packages

Meteo.today = "2023-11-10" # If you want to override cache data
Meteo.headers = {
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0',
Expand Down Expand Up @@ -348,6 +349,7 @@ Run
- 2.8.4 Feat resist cache perms
- 2.8.5 Fix cache not found on perms error
- 2.8.6 Fix none error on no cache data
- 2.8.7 Lots of fixes, tests + customizable cache path

## 2.8.0

Expand Down
2 changes: 1 addition & 1 deletion meteomoris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
get_latest = Meteo.get_latest
get_uvindex = Meteo.get_uvindex

__version__ = "2.8.6"
__version__ = "2.8.7"

0 comments on commit b838ea1

Please sign in to comment.