Skip to content

Commit

Permalink
depreciate Python 2.7 and Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cjekel committed Aug 28, 2020
1 parent 49ae78a commit 9310fc6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9310fc6

Please sign in to comment.