Add back Python 3.4 support (#7510) (#7511)

* Revert "Deprecation warnings for Python 3.4 (#7378)"

This reverts commit 6fcdfb0e50.

* Revert "Migrate certbot-auto users on CentOS 6 to Python 3.6 (#7268)"

This reverts commit e19b2e04c7.

* add changelog entry

* keep mona in authors

(cherry picked from commit 9b848b1d65)
This commit is contained in:
Brad Warren
2019-11-05 17:11:23 -08:00
committed by GitHub
parent 73cd5aa81c
commit d87c905c06
15 changed files with 177 additions and 550 deletions
+9
View File
@@ -2,6 +2,15 @@
Certbot adheres to [Semantic Versioning](https://semver.org/).
## 0.40.1 - master
### Changed
* Added back support for Python 3.4 to Certbot components and certbot-auto due
to a bug when requiring Python 2.7 or 3.5+ on RHEL 6 based systems.
More details about these changes can be found on our GitHub repo.
## 0.40.0 - 2019-11-05
### Added