File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to SpiceyPy will be documented here
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project tries to adhere to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 6.0.2] - 2025-07-12
8+ Backport fix to avoid numpy version change before v7.0.0 release
9+ ### Changed
10+ - changed numpy version pin to be 'numpy>=1.23.5'
11+
712## [ 6.0.1] - 2025-06-24
813Backport release of various small fixes and typo corrections
914### Added
Original file line number Diff line number Diff line change 114114# built documents.
115115#
116116# The short X.Y version.
117- version = "6.0.1 "
117+ version = "6.0.2 "
118118# The full version, including alpha/beta/rc tags.
119- release = "6.0.1 "
119+ release = "6.0.2 "
120120
121121# The language for content autogenerated by Sphinx. Refer to documentation
122122# for a list of supported languages.
Original file line number Diff line number Diff line change 2222SOFTWARE.
2323"""
2424__author__ = "AndrewAnnex"
25- __version__ = "6.0.1 "
25+ __version__ = "6.0.2 "
2626
2727from .spiceypy import *
2828from .utils import support_types
You can’t perform that action at this time.
0 commit comments