Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

44 lines (33 loc) · 1.29 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.0 - 2021-02-15

Added

  • Python 3.8 is now supported.
  • Python 3.9 is now supported.

Removed

  • Python 3.5 is no longer supported.

Fixed

  • python path/setup.py install no longer throws an exception trying to locate the package's __init__.py file.

1.0.2 - 2019-02-24

Changed

  • The packaged version of README.md no longer includes the badges row.

1.0.1 - 2019-02-24

Changed

  • README.md is now used instead of README.rst for PyPI uploads.

1.0.0 - 2019-02-23

Added

  • Python 3.7 is now supported.

Removed

  • Python 3.4 is no longer supported.

0.1.0 - 2017-05-07

  • Initial release.