We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v6.0.1
1 parent c8ca400 commit b821a99Copy full SHA for b821a99
2 files changed
jarvis/__init__.py
@@ -3,7 +3,7 @@
3
from multiprocessing import current_process
4
from typing import Callable
5
6
-version = "6.0.0"
+version = "6.0.1"
7
8
9
def __preflight_check__() -> Callable:
release_notes.rst
@@ -1,6 +1,11 @@
1
Release Notes
2
=============
+v6.0.1 (06/15/2025)
+-------------------
+- Bug fix on openweathermap API, and occasional launch errors
+- **Full Changelog**: https://github.com/thevickypedia/Jarvis/compare/v6.0.0...v6.0.1
+
v6.0.0 (10/04/2024)
10
-------------------
11
- Includes support for ARM based macOS machines
0 commit comments