Skip to content

Commit eccfe27

Browse files
bump: 2.9.0
1 parent 155df20 commit eccfe27

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ Run
341341
# Changelog
342342

343343
```
344+
2.9.0
345+
🎉 Add version cli command
346+
344347
2.8.8
345348
🔧 Set cache path to current directory
346349
🖌️ Rearrange display of today command

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
meteomoris (2.8.8) jammy; urgency=medium
28

39
* Fix cache path

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.8"
22+
__version__ = "2.9.0"

0 commit comments

Comments
 (0)