From ffc7ef6774aa436617a7c144ba80a18e6aff3733 Mon Sep 17 00:00:00 2001 From: Dmitriy Sokolov Date: Mon, 10 Feb 2020 13:01:19 +0300 Subject: [PATCH] Prepare 0.5.3 --- rangefilter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rangefilter/__init__.py b/rangefilter/__init__.py index 15d8c7a..b7b1db6 100644 --- a/rangefilter/__init__.py +++ b/rangefilter/__init__.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals __author__ = 'Dmitriy Sokolov' -__version__ = '0.5.3' +__version__ = '0.5.4' default_app_config = 'rangefilter.apps.RangeFilterConfig'