Skip to content

Commit b821a99

Browse files
committed
Release v6.0.1
1 parent c8ca400 commit b821a99

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

jarvis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from multiprocessing import current_process
44
from typing import Callable
55

6-
version = "6.0.0"
6+
version = "6.0.1"
77

88

99
def __preflight_check__() -> Callable:

release_notes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release Notes
22
=============
33

4+
v6.0.1 (06/15/2025)
5+
-------------------
6+
- Bug fix on openweathermap API, and occasional launch errors
7+
- **Full Changelog**: https://github.com/thevickypedia/Jarvis/compare/v6.0.0...v6.0.1
8+
49
v6.0.0 (10/04/2024)
510
-------------------
611
- Includes support for ARM based macOS machines

0 commit comments

Comments
 (0)