Skip to content

Commit c9eb4ba

Browse files
committed
Version 1.4.4
Trigger new build to release a snap for certbot 3.0
1 parent 3ba0e98 commit c9eb4ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

certbot_dns_netcup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# Keep metadata before any imports (for setup.py)!
8-
__version__ = '1.4.3'
8+
__version__ = '1.4.4'
99
__url__ = 'https://github.com/coldfix/certbot-dns-netcup'
1010
__all__ = ['Authenticator']
1111

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: certbot-dns-netcup
2-
version: 1.4.3
2+
version: 1.4.4
33
summary: Certbot DNS Authenticator plugin for netcup
44
description: |
55
This plugin automates the process of completing a dns-01 challenge by

0 commit comments

Comments
 (0)