Skip to content

Commit 508ff38

Browse files
committed
Actually release 5.8.2
- Add SSL.com root MVC CA certificates to `MVCCAs.pem` - Replace deprecated `importlib.resources.path` call with `importlib.resources.file` - Use `importlib-resources` to support older versions of Python
1 parent e640335 commit 508ff38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkdmarc/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
See the License for the specific language governing permissions and
1919
limitations under the License."""
2020

21-
__version__ = "5.8.1"
21+
__version__ = "5.8.2"
2222

2323
OS = platform.system()
2424
OS_RELEASE = platform.release()

0 commit comments

Comments
 (0)