1.0.3 - Fix doc flaws

This commit is contained in:
Sean Whalen
2018-02-05 23:09:10 -05:00
parent 1bb26a718e
commit ef24b8563c
4 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
1.0.3
-----
- Fix documentation formatting
1.0.2
-----
- Fix more packaging flaws
1.0.1
-----
- Fix packaging flaw

View File

@@ -1,4 +1,5 @@
checkdmarc
==========
parsedmarc
==========
|Build Status|

View File

@@ -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!
======================================

View File

@@ -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)