- update to version 0.38.0

* If Certbot fails to rollback your server configuration, the 
    error message links to the Let's Encrypt forum.
  * Replace platform.linux_distribution with distro.linux_distribution 
    as a step towards Python 3.8 support in Certbot.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=40
This commit is contained in:
2019-09-11 12:36:34 +00:00
committed by Git OBS Bridge
parent 46e168824b
commit a6cd604a63
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 11 12:29:03 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.38.0
* If Certbot fails to rollback your server configuration, the
error message links to the Let's Encrypt forum.
* Replace platform.linux_distribution with distro.linux_distribution
as a step towards Python 3.8 support in Certbot.
-------------------------------------------------------------------
Mon Aug 26 10:40:27 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>