From 94aa158c69068b00899691e03a0ca74c722a05e0 Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@ie.suberic.net>
Date: Fri, 20 Jan 2017 17:03:41 +0000
Subject: [PATCH] Update docs.

---
 README.rst               | 6 ++++--
 zone2gandi/zone2gandi.py | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index cb05d7b..6059afd 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,10 @@
 zone2gandi
 ==========
 
-Please have a look at the corresponding article:
-http://gehrcke.de/2014/02/distributing-a-python-command-line-application/
+This is a tool for pushing simple zone files (skip the SOA and NS
+records) up to Gandi.
+
+Install by running: pip install zone2gandi
 
 Getting API Credentials
 ~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/zone2gandi/zone2gandi.py b/zone2gandi/zone2gandi.py
index 10b66a7..8ac0f19 100755
--- a/zone2gandi/zone2gandi.py
+++ b/zone2gandi/zone2gandi.py
@@ -6,7 +6,7 @@ import sys
 import yaml
 import xmlrpclib
 
-__version__ = "0.1.0"
+__version__ = "0.1.1"
 
 def main():
   try:
-- 
GitLab