From cfda5eb50bfb96c3f0158f48d20b7a5555bae7e3 Mon Sep 17 00:00:00 2001 From: GermanoGuerrini Date: Tue, 3 Feb 2015 13:42:26 +0100 Subject: [PATCH] Version bump (too many dots for such a small app) --- djangomaat/__init__.py | 2 +- docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/djangomaat/__init__.py b/djangomaat/__init__.py index 8de387b..536e064 100644 --- a/djangomaat/__init__.py +++ b/djangomaat/__init__.py @@ -2,7 +2,7 @@ Application that optimizes large ordered data set retrieving when using MySql. """ -VERSION = (1, 3, 1) +VERSION = (1, 4) def get_version(): diff --git a/docs/changelog.rst b/docs/changelog.rst index cb8ae8d..2a5e14c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -Version 1.3.1 +Version 1.4 ============= * Added migrations files for Django 1.7+