From 0936621b0a4162589560cc112f4f8e4425fed652 Mon Sep 17 00:00:00 2001 From: Tim Van den Eynde Date: Thu, 7 Jan 2016 10:41:28 +0100 Subject: [PATCH] Change to semantic version number --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5185bae..804fb02 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,7 @@ setup( name = "django-ajax-utilities", + version = '1.2.0', url = 'https://github.com/citylive/django-ajax-utilities', license = 'BSD', description = "Pagination, xhr and tabbing utilities for the Django framework.",