Prepare new release 2024.01.08

This commit is contained in:
helgeerbe 2024-01-08 10:59:02 +01:00
parent 755421b079
commit d816ebd145
2 changed files with 6 additions and 1 deletions

View file

@ -139,6 +139,11 @@ The file 'domain.tld.ini' must be replaced with the version of the example 'cred
Changelog Changelog
========= =========
- 2024.01.08
- Update README.rst
- Add Link to IONOS control panel and reference between credentials.ini and domain.tld.ini
- 2023.11.13 - 2023.11.13
- Fix managed zone lookup to ensure correct domain is selected where there are two domains with the same ending e.g. example.com and thisisanexample.com (PR #22) - Fix managed zone lookup to ensure correct domain is selected where there are two domains with the same ending e.g. example.com and thisisanexample.com (PR #22)

View file

@ -1,7 +1,7 @@
from setuptools import setup from setuptools import setup
from setuptools import find_packages from setuptools import find_packages
version = "2023.11.13.post1" version = "2024.01.08"
install_requires = [ install_requires = [
"acme>=1.8.0", "acme>=1.8.0",