Skip to content

Commit 9fe8b10

Browse files
committed
🔖 Stable release 0.4
1 parent 0add6b8 commit 9fe8b10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version = ":versiontools:taiga_contrib_ldap_auth_ext:",
1010
description = "The (extended) Taiga plugin for ldap authentication",
1111
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.",
12-
download_url = 'https://github.com/Monogramm/taiga-contrib-ldap-auth-ext/archive/v0.4.2.tar.gz',
12+
download_url = 'https://github.com/Monogramm/taiga-contrib-ldap-auth-ext/archive/v0.4.3.tar.gz',
1313
keywords = 'taiga, ldap, auth, plugin',
1414
author = 'madmath03',
1515
author_email = 'mathieu.brunot@monogramm.io',

taiga_contrib_ldap_auth_ext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
# You should have received a copy of the GNU Affero General Public License
1212
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1313

14-
__version__ = (0, 4, 2)
14+
__version__ = (0, 4, 3)
1515

1616
default_app_config = "taiga_contrib_ldap_auth_ext.apps.TaigaContribLDAPAuthAppConfig"

0 commit comments

Comments
 (0)