From a067a985f2117218a8da8afb1d75c445066bc917 Mon Sep 17 00:00:00 2001
From: admiralobvious <aferlandqc@gmail.com>
Date: Sat, 6 Sep 2014 14:12:26 -0400
Subject: [PATCH] Increment minor version number and fix doc

---
 docs/index.rst | 2 +-
 setup.py       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index dc74f68..c4a6dbc 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -104,7 +104,7 @@ Changes:
 
 - 0.1.1: September 6, 2014
 
-  - Fix GitHub issue `#3<https://github.com/admiralobvious/flask-simpleldap/issues/3>`_,
+  - Fix GitHub issue `#3 <https://github.com/admiralobvious/flask-simpleldap/issues/3>`_,
     Not compatible with uppercase distinguished names.
 
 - 0.1: August 9, 2014
diff --git a/setup.py b/setup.py
index 69ade3a..e8270cc 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ from setuptools import setup
 
 setup(
     name='Flask-SimpleLDAP',
-    version='0.1.0',
+    version='0.1.1',
     url='https://github.com/admiralobvious/flask-simpleldap',
     license='MIT',
     author='Alexandre Ferland',
-- 
GitLab