From 9fe8b1055aafbc0aaf8e487963a268d0bd12f3b4 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Sat, 16 Mar 2019 13:52:40 +0100 Subject: [PATCH] :bookmark: Stable release 0.4 --- setup.py | 2 +- taiga_contrib_ldap_auth_ext/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2da1459..b3171cb 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ version = ":versiontools:taiga_contrib_ldap_auth_ext:", description = "The (extended) Taiga plugin for ldap authentication", long_description = "Extended Taiga.io plugin for LDAP authentication. This is a fork of ensky/taiga-contrib-ldap-auth which also retrieves the various contributions and other forks into one.", - download_url = 'https://github.com/Monogramm/taiga-contrib-ldap-auth-ext/archive/v0.4.2.tar.gz', + download_url = 'https://github.com/Monogramm/taiga-contrib-ldap-auth-ext/archive/v0.4.3.tar.gz', keywords = 'taiga, ldap, auth, plugin', author = 'madmath03', author_email = 'mathieu.brunot@monogramm.io', diff --git a/taiga_contrib_ldap_auth_ext/__init__.py b/taiga_contrib_ldap_auth_ext/__init__.py index be1f51f..06466a8 100644 --- a/taiga_contrib_ldap_auth_ext/__init__.py +++ b/taiga_contrib_ldap_auth_ext/__init__.py @@ -11,6 +11,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -__version__ = (0, 4, 2) +__version__ = (0, 4, 3) default_app_config = "taiga_contrib_ldap_auth_ext.apps.TaigaContribLDAPAuthAppConfig"