Skip to content

Commit

Permalink
Merge 945655a into 492e0af
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Sep 25, 2019
2 parents 492e0af + 945655a commit 9d38568
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ 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.0] - 2019-09-25
### Added
- wrapper for tkfram
- wrapper for ckfrot
- wrapper for zzdynrot

### Fixed
- issue with dafgda absolute value problem, see issue #302

## [2.2.1] - 2019-08-19
### Changed
- set numpy version to 1.16.4 for python 2
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -71,9 +71,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '2.2.1'
version = '2.3.0'
# The full version, including alpha/beta/rc tags.
release = '2.2.1'
release = '2.3.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
Expand Up @@ -294,7 +294,7 @@ def get_tag(self):

setup(
name='spiceypy',
version='2.2.1',
version='2.3.0',
license='MIT',
author='Andrew Annex',
author_email='ama6fy@virginia.edu',
Expand Down

0 comments on commit 9d38568

Please sign in to comment.