From 929a670f4f756f1ad893c884cf0e379bd3f351ad Mon Sep 17 00:00:00 2001 From: Bruno Bord Date: Fri, 23 Aug 2019 12:33:47 +0200 Subject: [PATCH] v0.0.2 * Document the "Advanced" usage, with the ``expire`` option for the Loader. * Ensure it's Python 2 compatible, since ``skyfield`` is compatible with Python 2.6/2.7. --- CHANGELOG.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65697fb..8b2656f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog for Skyfield Data -## master (unreleased) +## 0.0.2 (2019-08-23) * Document the "Advanced" usage, with the ``expire`` option for the Loader. * Ensure it's Python 2 compatible, since ``skyfield`` is compatible with Python 2.6/2.7. diff --git a/setup.cfg b/setup.cfg index 3309b6c..e5cf617 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = skyfield-data -version = 0.0.2.dev0 +version = 0.0.2 author = Bruno Bord author-email = bruno@jehaisleprintemps.net home-page = https://github.com/brunobord/skyfield-data