Skip to content

Commit

Permalink
add undocumented directorship fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nanorepublica committed Apr 12, 2017
1 parent c9d9774 commit 0dc6d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions duedil/resources/pro/company/directorship.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ class Directorship(ProResource):
'owning_company',
'resignation_date',
'secretary',
'forename',
'surname'
]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run_tests(self):
sys.exit(errno)


version = '1.0.3'
version = '1.0.4'

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

0 comments on commit 0dc6d0e

Please sign in to comment.