Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Bump version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Nov 9, 2018
1 parent e29c0dc commit 450ca21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Current (in progress)
## 0.3.3 (2018-11-09)

- Internal: extracted all Kerberos handling into its own module
- Kerberos: handle REALM removal from SPNEGO/REMOTE_USER identifier
Expand Down
2 changes: 1 addition & 1 deletion udata_ldap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'''
from __future__ import unicode_literals

__version__ = '0.3.3.dev'
__version__ = '0.3.3'
__description__ = 'LDAP authentification for udata with optional Kerberos suppport.'


Expand Down

0 comments on commit 450ca21

Please sign in to comment.