Skip to content

Commit 4463507

Browse files
committed
Update versions
1 parent df9948e commit 4463507

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-ldap==2.4.15
1+
python-ldap==2.4.20

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ def __getattr__(cls, name):
5656

5757
# General information about the project.
5858
project = u'Flask-SimpleLDAP'
59-
copyright = u'2014, Alexandre Ferland'
59+
copyright = u'2015, Alexandre Ferland'
6060

6161
# The version info for the project you're documenting, acts as replacement for
6262
# |version| and |release|, also used in various other places throughout the
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '0.3.0'
66+
version = '0.4.0'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.3.0'
68+
release = '0.4.0'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==0.10.1
2-
mock==1.0.1
2+
mock==1.3.0

0 commit comments

Comments
 (0)