Skip to content

Commit

Permalink
make tests pass for lite api, search was dropped but I doubt it worke…
Browse files Browse the repository at this point in the history
…d correctly
  • Loading branch information
nanorepublica committed Nov 24, 2015
1 parent 297fa7e commit 23fb1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion duedil/resources/lite/company.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .. import Resource, SearchableResourceMeta


class Company(six.with_metaclass(SearchableResourceMeta, Resource)):
class Company(Resource):
path = 'company'
search_path = 'search'
attribute_names = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_tests(self):
sys.exit(errno)


version = '0.5.5'
version = '0.5.6'

setup(name='duedil',
version=version,
Expand Down

0 comments on commit 23fb1fc

Please sign in to comment.