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
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project tries to adhere to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 5.1.2] - 2022-10-14
8
+ fix for exception error message toolkit version
9
+ ### Fixed
10
+ - exceptions now use dynamic lookup of toolkit version for error messages
11
+
7
12
## [ 5.1.1] - 2022-07-30
8
13
fixes macOS arm64 cross compile
9
14
### Fixed
Original file line number Diff line number Diff line change 65
65
# built documents.
66
66
#
67
67
# The short X.Y version.
68
- version = "5.1.1 "
68
+ version = "5.1.2 "
69
69
# The full version, including alpha/beta/rc tags.
70
- release = "5.1.1 "
70
+ release = "5.1.2 "
71
71
72
72
# The language for content autogenerated by Sphinx. Refer to documentation
73
73
# for a list of supported languages.
Original file line number Diff line number Diff line change 22
22
SOFTWARE.
23
23
"""
24
24
__author__ = "AndrewAnnex"
25
- __version__ = "5.1.1 "
25
+ __version__ = "5.1.2 "
26
26
27
27
from .spiceypy import *
28
28
from .utils import support_types
You can’t perform that action at this time.
0 commit comments