mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-04 20:58:53 +00:00
1.0.3 - Fix doc flaws
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
1.0.3
|
||||
-----
|
||||
- Fix documentation formatting
|
||||
|
||||
1.0.2
|
||||
-----
|
||||
- Fix more packaging flaws
|
||||
|
||||
1.0.1
|
||||
-----
|
||||
- Fix packaging flaw
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
checkdmarc
|
||||
==========
|
||||
parsedmarc
|
||||
==========
|
||||
|
||||
|Build Status|
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
======================================
|
||||
Welcome to parsedmarc's documentation!
|
||||
======================================
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ from requests import get
|
||||
import geoip2.database
|
||||
import geoip2.errors
|
||||
|
||||
__version__ = "1.0.1"
|
||||
__version__ = "1.0.2"
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.setLevel(logging.WARNING)
|
||||
|
||||
Reference in New Issue
Block a user