Skip to content

Commit

Permalink
release of version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Aug 13, 2021
1 parent 26647a7 commit 7d7954d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to SpiceyPy will be documented here
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project tries to adhere to [Semantic Versioning](http://semver.org/).

## [4.0.2] - 2021-08-13

### Fixed
- getfat variables size #420
- safer cleanups in tests

## [4.0.1] - 2021-05-31
### Added
- docs info about ARM support, currently limited to conda-forge spiceypy
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = "4.0.1"
version = "4.0.2"
# The full version, including alpha/beta/rc tags.
release = "4.0.1"
release = "4.0.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run(self):

setup(
name="spiceypy",
version="4.0.1",
version="4.0.2",
license="MIT",
author="Andrew Annex",
author_email="ama6fy@virginia.edu",
Expand Down
2 changes: 1 addition & 1 deletion spiceypy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SOFTWARE.
"""
__author__ = "AndrewAnnex"
__version__ = "4.0.1"
__version__ = "4.0.2"

from .spiceypy import *
from .utils import support_types
Expand Down

0 comments on commit 7d7954d

Please sign in to comment.