1 parent 036b1a5 commit 361388aCopy full SHA for 361388a
2 files changed
CHANGES.md
@@ -1,6 +1,19 @@
1
Changelog
2
=========
3
4
+v0.4.2 (2026-07-01)
5
+-------------------
6
+
7
+### Changes
8
9
+- Updates space weather indices from celestrak (observed until 2026-06-30)
10
11
+### Fixes
12
13
+- `celestrak`'s domain changed from `.com` to `.org`
14
+ (https://github.com/st-bender/pyspaceweather/issues/5)
15
16
17
v0.4.1 (2026-03-10)
18
-------------------
19
src/spaceweather/__init__.py
@@ -8,7 +8,7 @@
"""Python interface for space weather indices
"""
-__version__ = "0.4.2.rc0"
+__version__ = "0.4.2"
from .celestrak import *
from .gfz import *
0 commit comments