Skip to content

Commit

Permalink
SpiceyPy 3.1.1
Browse files Browse the repository at this point in the history
* if it's worth doing once, it is worth doing twice, a test for my manifest.in file would be nice
  • Loading branch information
AndrewAnnex committed May 25, 2020
1 parent 9d0cae2 commit d895bcd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.1] - 2020-05-25
### Fixed
- missing get_spice.py in manifest

## [3.1.0] - 2020-05-25
### Added
- added irfnam, irfnum, irfrot, irftrn
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# get spice script
include getspice.py
include get_spice.py

# Misc
include LICENSE
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.0"
version = "3.1.1"
# The full version, including alpha/beta/rc tags.
release = "3.1.0"
release = "3.1.1"

# 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.0",
version="3.1.1",
license="MIT",
author="Andrew Annex",
author_email="[email protected]",
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.0"
__version__ = "3.1.1"

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

0 comments on commit d895bcd

Please sign in to comment.