Skip to content

Commit ed7b7c1

Browse files
committed
Bump to release version 0.4.0
Bump version to full release and set release date in the changelog.
1 parent ebf4f1e commit ed7b7c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
v0.4.0 (unreleased)
4+
v0.4.0 (2025-08-15)
55
-------------------
66

77
### New

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.0.rc3"
11+
__version__ = "0.4.0"
1212

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

0 commit comments

Comments
 (0)