We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155df20 commit eccfe27Copy full SHA for eccfe27
README.md
@@ -341,6 +341,9 @@ Run
341
# Changelog
342
343
```
344
+2.9.0
345
+🎉 Add version cli command
346
+
347
2.8.8
348
🔧 Set cache path to current directory
349
🖌️ Rearrange display of today command
debian/changelog
@@ -1,3 +1,9 @@
1
+meteomoris (2.9.0) jammy; urgency=medium
2
3
+ * Add version cli command
4
5
+ -- Abdur-Rahmaan Janhangeer <[email protected]> Sat, 16 Dec 2023 15:05:00 +0400
6
7
meteomoris (2.8.8) jammy; urgency=medium
8
9
* Fix cache path
meteomoris/__init__.py
@@ -19,4 +19,4 @@
19
get_latest = Meteo.get_latest
20
get_uvindex = Meteo.get_uvindex
21
22
-__version__ = "2.8.8"
+__version__ = "2.9.0"
0 commit comments