From 5dcc8e0a39c072f2314daf531d43b069f69dd90a Mon Sep 17 00:00:00 2001 From: Fedor Borshev Date: Tue, 8 May 2018 21:59:56 +0300 Subject: [PATCH] Version bump --- README.md | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d4ce79..f4bbf40 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![codecov](https://codecov.io/gh/f213/django-suit-daterange-filter/branch/master/graph/badge.svg)](https://codecov.io/gh/f213/django-suit-daterange-filter) [![PyPI version](https://badge.fury.io/py/django-suit-daterange-filter.svg)](https://badge.fury.io/py/django-suit-daterange-filter) -Yet another filter for Django admin interface, adding possibility to lookup by date range. The filter is only compatible with [django-suit](https://github.com/darklow/django-suit) (does anyone use ugly stock admin now?) and python3. +Yet another filter for Django admin interface, adding possibility to lookup by date range. The filter is only compatible with [django-suit](https://github.com/darklow/django-suit) (does anyone use ugly stock admin now?). ![django-suit-daterange-filter](https://cloud.githubusercontent.com/assets/1592663/23668937/af6d1b54-0373-11e7-8ed2-3e4dcb9b3b54.png) @@ -14,6 +14,7 @@ Key features: * User timezone support * Simplest ever (< 128 SLOC) * Well tested +* Python 3.6 and 2.7 support ## Installation diff --git a/setup.py b/setup.py index 0ed4f2b..fa4b16a 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-suit-daterange-filter', - version='0.0.4', + version='0.0.5', description='Simplest possible date range filter for Django admin', packages=['date_range_filter'], install_requires=[