diff --git a/CHANGELOG b/CHANGELOG index a69377d..90306e8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,7 +31,7 @@ 2022.1 (2022-05-20): Request content type verification now works if additional parameters like "charset" are passed. -2024.0.dev1 (TBA): Removed redundant Flask initialisation call in unit tests. This call caused errors when running the - test suite with recent versions of SQLAlchemy. +2024.0 (2024-02-19): Remove redundant Flask initialisation call in unit tests. This call caused errors when running + the test suite with recent versions of SQLAlchemy. Introduce PEP 517 compliant build. diff --git a/automx2/__init__.py b/automx2/__init__.py index 5f0f837..d9c1810 100644 --- a/automx2/__init__.py +++ b/automx2/__init__.py @@ -19,7 +19,7 @@ import logging IDENTIFIER = 'automx2' # Do not change this! -VERSION = '2024.0.dev1' +VERSION = '2024.0' PLACEHOLDER_ADDRESS = r'%EMAILADDRESS%' PLACEHOLDER_DOMAIN = r'%EMAILDOMAIN%' diff --git a/docs/automx2.adoc b/docs/automx2.adoc index f7d72a5..a2f9633 100644 --- a/docs/automx2.adoc +++ b/docs/automx2.adoc @@ -3,7 +3,7 @@ = automx2: Email client configuration made easy :keywords: autoconfig, autodiscover, mobileconfig, automx, automx2 :subject: automx2: Email client configuration made easy -:revnumber: 2024.0.dev1 +:revnumber: 2024.0 :revdate: 2024-02-19 :copyright: © 2019-2024 Ralph Seichter :publisher: Ralph Seichter diff --git a/docs/automx2.pdf b/docs/automx2.pdf index d27fb21..c6415a8 100644 Binary files a/docs/automx2.pdf and b/docs/automx2.pdf differ diff --git a/docs/index.html b/docs/index.html index f92df0d..8041933 100644 --- a/docs/index.html +++ b/docs/index.html @@ -655,7 +655,7 @@