From 637cbb16a25bada061e24bfc266abcca9688ed19 Mon Sep 17 00:00:00 2001 From: Bruno Bord Date: Wed, 20 May 2020 14:45:33 +0200 Subject: [PATCH] v1.1.0 **Major changes** * Added Python 3.8 compatibility (#1). * Added Python 2.6 compatibility + circle-ci job, documentation amended, code fixed to be compatible with Python 2.6 (#6). * Removed tox.ini reference to Python 3.3 builds. **Minor changes** * Revamped/Simplified Travis configuration. --- CHANGELOG.md | 13 +++++++++---- setup.cfg | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b7787..4653f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Changelog for Skyfield Data -## master (unreleased) +## 1.1.0 (2020-05-20) + +### Python compatibility + +* Added Python 3.8 compatibility (#1). +* Added Python 2.6 compatibility + circle-ci job, documentation amended, code fixed to be compatible with Python 2.6 (#6). +* Removed tox.ini reference to Python 3.3 builds. + +### Minor changes * Revamped/Simplified Travis configuration. -* Removed tox.ini reference to Python 3.3 builds. -* Add Python 3.8 compatibility (#1). -* Added Python 2.6 compatibility + circle-ci job, documentation amended, code fixed to be compatible with Python 2.6 (#6). ## 1.0.0 (2020-05-05) diff --git a/setup.cfg b/setup.cfg index ff604a6..328a2c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = skyfield-data -version = 1.1.0.dev0 +version = 1.1.0 author = Bruno Bord author-email = bruno@jehaisleprintemps.net home-page = https://github.com/brunobord/skyfield-data