**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.
This commit is contained in:
Bruno Bord 2020-05-20 14:45:33 +02:00
parent cc63252152
commit 637cbb16a2
No known key found for this signature in database
GPG Key ID: 9499EA6788BF80A1
2 changed files with 10 additions and 5 deletions

View File

@ -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)

View File

@ -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