Skip to content

Commit 361388a

Browse files
committed
Bump to release version and add release notes
Bumps to release version 0.4.2 and adds the release notes to the changelog.
1 parent 036b1a5 commit 361388a

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

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+
417
v0.4.1 (2026-03-10)
518
-------------------
619

src/spaceweather/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""Python interface for space weather indices
99
1010
"""
11-
__version__ = "0.4.2.rc0"
11+
__version__ = "0.4.2"
1212

1313
from .celestrak import *
1414
from .gfz import *

0 commit comments

Comments
 (0)