- Move `__version__` to `parsedmarc.constants`
- Create a constant `USER_AGENT`
- Use the HTTP `User-Agent` header value `parsedmarc/version` for all HTTP requests
This commit is contained in:
Sean Whalen
2025-06-02 16:43:26 -04:00
parent c308bf938c
commit 607a091a5f
7 changed files with 19 additions and 8 deletions

View File

@@ -1,6 +1,13 @@
Changelog
=========
8.18.3
------
- Move `__version__` to `parsedmarc.constants`
- Create a constant `USER_AGENT`
- Use the HTTP `User-Agent` header value `parsedmarc/version` for all HTTP requests
8.18.2
------