Skip to content

Commit

Permalink
Prepare release 2024.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rseichter committed Feb 19, 2024
1 parent 36098d6 commit 752fb02
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion automx2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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%'
Expand Down
2 changes: 1 addition & 1 deletion docs/automx2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified docs/automx2.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
<div id="header">
<h1>automx2: Email client configuration made easy</h1>
<div class="details">
<span id="revnumber">version 2024.0.dev1,</span>
<span id="revnumber">version 2024.0,</span>
<span id="revdate">2024-02-19</span>
</div>
<div id="toc" class="toc2">
Expand Down Expand Up @@ -1754,8 +1754,8 @@ <h2 id="sponsorship"><a class="anchor" href="#sponsorship"></a>12. Sponsorship</
</div>
<div id="footer">
<div id="footer-text">
Version 2024.0.dev1<br>
Last updated 2024-02-19 17:06:33 +0100
Version 2024.0<br>
Last updated 2024-02-19 17:13:17 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ project_urls =
Source = https://github.com/rseichter/automx2
Tracker = https://github.com/rseichter/automx2/issues
url = https://github.com/rseichter/automx2
version = 2024.0.dev1
version = 2024.0

[options]
install_requires =
Expand Down

0 comments on commit 752fb02

Please sign in to comment.