File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2.1.1 (February 26, 2024)
2
+ -------------------------
3
+
4
+ * Fixed typo 'marking' instead of 'marketing' in case-insensitive mailbox name list.
5
+ * When DNS-based deliverability checks fail, in some cases exceptions are now thrown with ` raise ... from ` for better nested exception tracking.
6
+ * Fixed tests to work when no local resolver can be configured.
7
+ * This project is now licensed under the Unlicense (instead of CC0).
8
+ * Minor improvements to tests.
9
+ * Minor improvements to code style.
10
+
1
11
2.1.0 (October 22, 2023)
2
12
------------------------
3
13
Original file line number Diff line number Diff line change 1
- __version__ = "2.1.0.post1 "
1
+ __version__ = "2.1.1 "
Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! /bin/bash
2
+ source env/bin/activate
2
3
pip3 install --upgrade build twine
3
4
rm -rf dist
4
5
python3 -m build
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license_files = LICENSE
12
12
classifiers =
13
13
Development Status :: 5 - Production/Stable
14
14
Intended Audience :: Developers
15
- License :: Unlicense
15
+ License :: OSI Approved :: The Unlicense (Unlicense)
16
16
Programming Language :: Python :: 3
17
17
Programming Language :: Python :: 3.8
18
18
Programming Language :: Python :: 3.9
You can’t perform that action at this time.
0 commit comments