Change version to 1.2.3 (these are all bug fixes) and set release date
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
1.3.0
|
1.2.3 2023-02-26
|
||||||
- Improve support for non-ASCII email messages. Anything UTF-8 should work
|
- Improve support for non-ASCII email messages. Anything UTF-8 should work
|
||||||
(including correct signing/verification). For messages that contain header
|
(including correct signing/verification). For messages that contain header
|
||||||
fields with non-ASCII or UTF-8 content, signatures are likely fail
|
fields with non-ASCII or UTF-8 content, signatures are likely fail
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ from dkimpy_milter.util import write_pid
|
|||||||
from dkimpy_milter.util import get_keys
|
from dkimpy_milter.util import get_keys
|
||||||
from dkimpy_milter.util import fold
|
from dkimpy_milter.util import fold
|
||||||
|
|
||||||
__version__ = "1.2.0"
|
__version__ = "1.2.3"
|
||||||
FWS = re.compile(r'\r?\n[ \t]+')
|
FWS = re.compile(r'\r?\n[ \t]+')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ except ImportError: # If PyDNS is not installed, prefer dnspython
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='dkimpy-milter',
|
name='dkimpy-milter',
|
||||||
version='1.3.0',
|
version='1.2.3',
|
||||||
author='Scott Kitterman',
|
author='Scott Kitterman',
|
||||||
author_email='scott@kitterman.com',
|
author_email='scott@kitterman.com',
|
||||||
url='https://launchpad.net/dkimpy-milter',
|
url='https://launchpad.net/dkimpy-milter',
|
||||||
|
|||||||
Reference in New Issue
Block a user