From 4463507e03426f638870487de55036ca815178cc Mon Sep 17 00:00:00 2001
From: admiralobvious <aferlandqc@gmail.com>
Date: Sat, 5 Sep 2015 12:49:52 -0400
Subject: [PATCH] Update versions

---
 dev_requirements.txt | 2 +-
 docs/conf.py         | 6 +++---
 requirements.txt     | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev_requirements.txt b/dev_requirements.txt
index 78f0323..2707c0f 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -1 +1 @@
-python-ldap==2.4.15
+python-ldap==2.4.20
diff --git a/docs/conf.py b/docs/conf.py
index 1106fb9..2a46ad6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -56,16 +56,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Flask-SimpleLDAP'
-copyright = u'2014, Alexandre Ferland'
+copyright = u'2015, Alexandre Ferland'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '0.3.0'
+version = '0.4.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.3.0'
+release = '0.4.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/requirements.txt b/requirements.txt
index f616212..9ac950e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
 Flask==0.10.1
-mock==1.0.1
+mock==1.3.0
-- 
GitLab