version 2.1.2

This commit is contained in:
2016-03-10 14:38:16 +01:00
parent 4f935d100e
commit 182d4e3c99
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
package:
name: ldapuserdir
version: "2.1.1"
version: "2.1.2"
source:
path: ../../

View File

@@ -110,7 +110,7 @@ class LdapUserDir(object):
@staticmethod
def has_dn_format(name):
"""Returns true iff name has the format of a distinguished name
"""Returns true if name has the format of a distinguished name
"""
try:
ldap.explode_dn(name)

View File

@@ -1 +1 @@
__version__ = "2.1.1"
__version__ = "2.1.2"