summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnsky Lin <linhomeyeu@gmail.com>2015-04-15 23:31:20 +0800
committerEnsky Lin <linhomeyeu@gmail.com>2015-04-15 23:31:20 +0800
commit793db74a9f6fd8d20e84512abe2d4a76d35b1d79 (patch)
treecba8bf5b3ff553658f30820ba65e177211913f71
parenta46c0c272158c3cca3306d235e11e7e15c55b15e (diff)
downloadtaiga-contrib-ldap-auth-793db74a9f6fd8d20e84512abe2d4a76d35b1d79.zip
bump versionHEADmaster
-rw-r--r--taiga_contrib_ldap_auth/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taiga_contrib_ldap_auth/__init__.py b/taiga_contrib_ldap_auth/__init__.py
index 6608375..30aac62 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, 2)
+__version__ = (0, 0, 3)
default_app_config = "taiga_contrib_ldap_auth.apps.TaigaContribLDAPAuthAppConfig"