Skip to content

Commit

Permalink
SpiceyPy 2.3.1 release
Browse files Browse the repository at this point in the history
* including tests using manifest so they are distributed via sdist
* updated changelog
  • Loading branch information
AndrewAnnex authored Oct 18, 2019
1 parent 01e5a42 commit aa345e4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 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/).

## [2.3.1] - 2019-10-18
### Changed
- updated MANIFEST.in to include test code

## [2.3.0] - 2019-09-25
### Added
- wrapper for tkfram
Expand Down
8 changes: 7 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ include docs/Makefile

# Windows Support
include appveyor/cspice.def
include appveyor/makeDynamicSpice.bat
include appveyor/makeDynamicSpice.bat

# Tests
include spiceypy/tests/__init__.py
include spiceypy/tests/test_*.py
include spiceypy/tests/gettestkernels.py
exclude spiceypy/tests/exampleKernels.txt
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '2.3.0'
version = '2.3.1'
# The full version, including alpha/beta/rc tags.
release = '2.3.0'
release = '2.3.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 @@ -294,7 +294,7 @@ def get_tag(self):

setup(
name='spiceypy',
version='2.3.0',
version='2.3.1',
license='MIT',
author='Andrew Annex',
author_email='[email protected]',
Expand Down

0 comments on commit aa345e4

Please sign in to comment.