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