We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4e741 commit 5f0020eCopy full SHA for 5f0020e
README.md
@@ -342,6 +342,7 @@ Run
342
343
```
344
2.8.8
345
+🔧 Set cache path to current directory
346
🖌️ Rearrange display of today command
347
🔧 Remove latest data from cache as need last 3hrs
348
debian/changelog
@@ -1,3 +1,9 @@
1
+meteomoris (2.8.8) jammy; urgency=medium
2
+
3
+ * Fix cache path
4
5
+ -- Abdur-Rahmaan Janhangeer <[email protected]> Tue, 05 Dec 2023 17:47:00 +0400
6
7
meteomoris (2.7.8) jammy; urgency=medium
8
9
* on par with pypi/gh version
meteomoris/__init__.py
@@ -19,4 +19,4 @@
19
get_latest = Meteo.get_latest
20
get_uvindex = Meteo.get_uvindex
21
22
-__version__ = "2.8.7"
+__version__ = "2.8.8"
0 commit comments