Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 committed May 8, 2018
1 parent 1cbcbfd commit 5dcc8e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -14,6 +14,7 @@ Key features:
* User timezone support
* Simplest ever (< 128 SLOC)
* Well tested
* Python 3.6 and 2.7 support

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 5dcc8e0

Please sign in to comment.