Skip to content

Commit

Permalink
Merge branch 'master' into add_3_8
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Dec 20, 2019
2 parents 50eab1b + 5e14a8a commit 7930701
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,20 @@ and this project tries to adhere to [Semantic Versioning](http://semver.org/).
### Removed
- python 3.5 builds

## [2.3.2] - 2019-12-19
### Added
- wrapper for ev2lin
- numpy string support

### Fixed
- some equality checks

### Changed
- updated MANIFEST.in to include test code
- vectorization of et2utc
- vectorization of scencd
- vectroization of sc2e

## [2.3.1] - 2019-10-18
### Changed
- updated MANIFEST.in to include test code
Expand Down
7 changes: 2 additions & 5 deletions docs/conf.py
Expand Up @@ -16,9 +16,6 @@
import sys
import os

# EXTRA BITS FOR SPICEYPY
from unittest.mock import MagicMock

sys.setrecursionlimit(15000)

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down Expand Up @@ -60,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = "2.3.1"
version = '2.3.2'
# The full version, including alpha/beta/rc tags.
release = "2.3.1"
release = '2.3.2'

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

setup(
name="spiceypy",
version="2.3.1",
version="2.3.2",
license="MIT",
author="Andrew Annex",
author_email="ama6fy@virginia.edu",
Expand Down

0 comments on commit 7930701

Please sign in to comment.