Skip to content

Commit 86177e4

Browse files
committed
Revert changes that were intended for parsedmarc
1 parent 952b248 commit 86177e4

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
Changelog
22
=========
33

4-
5.8.0
5-
-----
6-
7-
- Add support for Microsoft national clouds via Graph API base URL (PR #590)
8-
- Avoid stopping processing when an invalid DMARC report is encountered (PR #587)
9-
- Increase `http.client._MAXHEADERS` from `100` to `200` to avoid errors connecting to Elasticsearch/OpenSearch (PR #589)
10-
114
5.7.11
125
------
136

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.0"
21+
__version__ = "5.7.11"
2222

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

0 commit comments

Comments
 (0)