Skip to content

Commit

Permalink
Merge pull request #3 from eflglobal/release/1.0.3
Browse files Browse the repository at this point in the history
Release/1.0.3
  • Loading branch information
todofixthis authored Jul 4, 2017
2 parents a3ebd78 + e7ad741 commit 2eae34b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE
recursive-include test *.py
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. image:: https://travis-ci.org/eflglobal/filters-iso.svg?branch=master
:target: https://travis-ci.org/eflglobal/filters-iso
.. image:: https://travis-ci.org/eflglobal/filters-django.svg?branch=master
:target: https://travis-ci.org/eflglobal/filters-django
.. image:: https://readthedocs.org/projects/filters/badge/?version=latest
:target: http://filters.readthedocs.io/

Expand Down
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
description = 'Adds filters for Django-specific features.',
url = 'https://filters.readthedocs.io/',

version = '1.0.2',
version = '1.0.3',

packages = ['filters_django'],

# Install package filters into the global registry.
entry_points = {
'filters.extensions': [
'django = filters_django',
'Model = filters_django:Model',
],
},

Expand All @@ -42,10 +42,6 @@
'six',
],

data_files = [
('', ['LICENSE']),
],

license = 'MIT',

classifiers = [
Expand Down

0 comments on commit 2eae34b

Please sign in to comment.