From 9310fc69fa73abd7d1e5e1e2e4eb6ff64bf0538c Mon Sep 17 00:00:00 2001 From: cjekel Date: Thu, 27 Aug 2020 20:52:41 -0700 Subject: [PATCH] depreciate Python 2.7 and Python 3.5 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f513cb..5064c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.4] - 2020-08-27 +### Deprecated +- Python 2.7 will not be supported in future releases +- Python 3.5 reaches [end-of-life](https://devguide.python.org/#status-of-python-branches) on 2020-09-13, and will not be supported in future releases +### Added +- ```python_requires``` in setup.py + ## [2.0.3] - 2020-06-26 ### Changed - version handling does not require any dependencies