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+
1112.1.0 (October 22, 2023)
212------------------------
313
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
23pip3 install --upgrade build twine
34rm -rf dist
45python3 -m build
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license_files = LICENSE
1212classifiers =
1313 Development Status :: 5 - Production/Stable
1414 Intended Audience :: Developers
15- License :: Unlicense
15+ License :: OSI Approved :: The Unlicense (Unlicense)
1616 Programming Language :: Python :: 3
1717 Programming Language :: Python :: 3.8
1818 Programming Language :: Python :: 3.9
You can’t perform that action at this time.
0 commit comments