We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ae78a commit 9310fc6Copy full SHA for 9310fc6
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [2.0.4] - 2020-08-27
8
+### Deprecated
9
+- Python 2.7 will not be supported in future releases
10
+- 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
11
+### Added
12
+- ```python_requires``` in setup.py
13
+
14
## [2.0.3] - 2020-06-26
15
### Changed
16
- version handling does not require any dependencies
0 commit comments