From 945655a096311036abcc3b74b64b714d39caf1d2 Mon Sep 17 00:00:00 2001 From: AndrewAnnex Date: Tue, 24 Sep 2019 16:13:49 -0400 Subject: [PATCH] v2.3.0 release --- CHANGELOG.md | 9 +++++++++ docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2b7be1..191a40f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 3ab56816..ffa8af04 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index 81383e17..a86abd71 100644 --- a/setup.py +++ b/setup.py @@ -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',