Skip to content

Commit b838ea1

Browse files
bump: 2.8.7
1 parent ac5fea9 commit b838ea1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,10 @@ from meteomoris import get_main_message
280280
Meteo.CHECK_INTERNET = True # Will check if there is internet
281281
Meteo.EXIT_ON_NO_INTERNET = True # Will exit if no internet
282282
Meteo.ALREADY_CHECKED_INTERNET = False
283-
Meteo.EXIT_ON_NO_INTERNET = True
284-
Meteo.CHECK_INTERNET = True
285283
Meteo.DEBUG = False # used during development
284+
Meteo.CACHE_PERMS = True # used internally, modify to refelct if cache file can be created
285+
Meteo.CACHE_PATH = "." # If cache path can be customized, default to site-packages
286+
286287
Meteo.today = "2023-11-10" # If you want to override cache data
287288
Meteo.headers = {
288289
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0',
@@ -348,6 +349,7 @@ Run
348349
- 2.8.4 Feat resist cache perms
349350
- 2.8.5 Fix cache not found on perms error
350351
- 2.8.6 Fix none error on no cache data
352+
- 2.8.7 Lots of fixes, tests + customizable cache path
351353

352354
## 2.8.0
353355

meteomoris/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
get_latest = Meteo.get_latest
2020
get_uvindex = Meteo.get_uvindex
2121

22-
__version__ = "2.8.6"
22+
__version__ = "2.8.7"

0 commit comments

Comments
 (0)