From d5af47c0e65571d4729f48781c0b41886b926221 Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Thu, 7 Feb 2019 10:36:48 -0500 Subject: [PATCH] Preparing to 3.1.0 version --- django_ajax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_ajax/__init__.py b/django_ajax/__init__.py index b3d1938..bf9c5bb 100644 --- a/django_ajax/__init__.py +++ b/django_ajax/__init__.py @@ -7,7 +7,7 @@ import os import subprocess -VERSION = (3, 0, 3, 'final', 0) +VERSION = (3, 1, 0, 'final', 0) def get_version(version=None):