diff options
author | Ensky Lin <linhomeyeu@gmail.com> | 2015-04-08 21:35:45 +0800 |
---|---|---|
committer | Ensky Lin <linhomeyeu@gmail.com> | 2015-04-08 21:35:45 +0800 |
commit | c1346d511058e3dc9f6845fa514509752369c630 (patch) | |
tree | c8563817ee31aebc95ab197e6952c9b09bd9a0a5 | |
parent | 6571e2eac5b9917f333d7913e920db826efe7e27 (diff) | |
download | taiga-contrib-ldap-auth-c1346d511058e3dc9f6845fa514509752369c630.zip |
bump version
-rw-r--r-- | taiga_contrib_ldap_auth/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taiga_contrib_ldap_auth/__init__.py b/taiga_contrib_ldap_auth/__init__.py index db928c9..6608375 100644 --- a/taiga_contrib_ldap_auth/__init__.py +++ b/taiga_contrib_ldap_auth/__init__.py @@ -14,6 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -__version__ = (0, 0, 1) +__version__ = (0, 0, 2) default_app_config = "taiga_contrib_ldap_auth.apps.TaigaContribLDAPAuthAppConfig" |