Skip to content

Commit

Permalink
SpiceyPy v4.0.0
Browse files Browse the repository at this point in the history
Added
- bodeul
Changed
- main branch is now the default branch
- switched to use 'fromisoformat' in datetime2et
Fixed
- fixed nintvls spelling inconsistency
  • Loading branch information
AndrewAnnex committed Dec 8, 2020
1 parent 5f0cd0a commit cd64b4c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ 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/).

## [3.1.2] - 2020-09-??
## [4.0.0] - 2020-12-07
### Added
- bodeul
### Changed
- main branch is now the default branch
- switched to use 'fromisoformat' in datetime2et
### Fixed
- fixed nintvls spelling inconsistency

## [3.1.1] - 2020-05-25
### Fixed
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 = "3.1.1"
version = "4.0.0"
# The full version, including alpha/beta/rc tags.
release = "3.1.1"
release = "4.0.0"

# 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 @@ -100,7 +100,7 @@ def run(self):

setup(
name="spiceypy",
version="3.1.1",
version="4.0.0",
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__ = "3.1.1"
__version__ = "4.0.0"

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

0 comments on commit cd64b4c

Please sign in to comment.