From ef24b8563cb0261016f3ca7f18c64a8848eb9359 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 5 Feb 2018 23:09:10 -0500 Subject: [PATCH] 1.0.3 - Fix doc flaws --- CHANGELOG.md | 8 ++++++++ README.rst | 3 ++- docs/index.rst | 1 + parsedmarc.py | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f9f4b..b8ce186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +1.0.3 +----- +- Fix documentation formatting + +1.0.2 +----- +- Fix more packaging flaws + 1.0.1 ----- - Fix packaging flaw diff --git a/README.rst b/README.rst index b547848..c6a9b63 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,5 @@ -checkdmarc +========== +parsedmarc ========== |Build Status| diff --git a/docs/index.rst b/docs/index.rst index 57f4e14..a40658a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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! ====================================== diff --git a/parsedmarc.py b/parsedmarc.py index 824018e..e06e9a5 100644 --- a/parsedmarc.py +++ b/parsedmarc.py @@ -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)