Add changelog entry for 2.10

This commit is contained in:
Brandon Rhodes 2019-12-11 15:29:01 -05:00
parent 9055aed1c9
commit 677d5a2656
2 changed files with 6 additions and 1 deletions

View File

@ -343,6 +343,11 @@ https://github.com/brandon-rhodes/python-jplephem/
Changelog
---------
**2019 December 11 Version 2.10**
* Document and release support for ``.bcp`` binary PCK kernel files
through the new ``jplephem.pck`` module.
**2019 January 3 Version 2.9**
* Added the ``load_array()`` method to the segment class.

View File

@ -8,7 +8,7 @@ import jplephem
description, long_description = jplephem.__doc__.split('\n', 1)
setup(name = 'jplephem',
version = '2.9',
version = '2.10',
description = description,
long_description = long_description,
license = 'MIT',