Skip to content

Commit

Permalink
Version 3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Aug 13, 2023
1 parent 3c917a2 commit 01b3a9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## master - CURRENT

## 3.24.1 - 13/08/2023
### Modified
* Fix compatibility issue with Python 3.8

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "dnsrobocert"
version = "3.24.0"
version = "3.24.1"
description = "A tool to manage your DNS-challenged TLS certificates"
license = "MIT"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion src/dnsrobocert/core/config.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import logging
import os
import re
from importlib_resources import as_file, files
from typing import Any, Dict, Optional, Set

import coloredlogs
import jsonschema
import yaml
from importlib_resources import as_file, files

from dnsrobocert.core import utils

Expand Down

0 comments on commit 01b3a9e

Please sign in to comment.