Skip to content

Commit 01b3a9e

Browse files
committed
Version 3.24.1
1 parent 3c917a2 commit 01b3a9e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## master - CURRENT
4+
5+
## 3.24.1 - 13/08/2023
46
### Modified
57
* Fix compatibility issue with Python 3.8
68

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "dnsrobocert"
7-
version = "3.24.0"
7+
version = "3.24.1"
88
description = "A tool to manage your DNS-challenged TLS certificates"
99
license = "MIT"
1010
keywords = [

src/dnsrobocert/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import logging
22
import os
33
import re
4-
from importlib_resources import as_file, files
54
from typing import Any, Dict, Optional, Set
65

76
import coloredlogs
87
import jsonschema
98
import yaml
9+
from importlib_resources import as_file, files
1010

1111
from dnsrobocert.core import utils
1212

0 commit comments

Comments
 (0)