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 f234ea1 commit c82ebf3Copy full SHA for c82ebf3
certbot_dns_netcup.py
@@ -5,7 +5,7 @@
5
"""
6
7
# Keep metadata before any imports (for setup.py)!
8
-__version__ = '1.5.0'
+__version__ = '2.0.0'
9
__url__ = 'https://github.com/coldfix/certbot-dns-netcup'
10
__all__ = ['Authenticator']
11
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: certbot-dns-netcup
2
-version: 1.5.0
+version: 2.0.0
3
summary: Certbot DNS Authenticator plugin for netcup
4
description: |
This plugin automates the process of completing a dns-01 challenge by
0 commit comments