Prepare new release 2024.01.08
This commit is contained in:
parent
755421b079
commit
d816ebd145
2 changed files with 6 additions and 1 deletions
|
@ -139,6 +139,11 @@ The file 'domain.tld.ini' must be replaced with the version of the example 'cred
|
|||
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
|
||||
|
||||
- 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)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup
|
||||
from setuptools import find_packages
|
||||
|
||||
version = "2023.11.13.post1"
|
||||
version = "2024.01.08"
|
||||
|
||||
install_requires = [
|
||||
"acme>=1.8.0",
|
||||
|
|
Loading…
Reference in a new issue