Skip to content

Commit

Permalink
version 0.0.2b
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Jun 19, 2018
1 parent e5a11dc commit 0aecf5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='small-small-hr',
version='0.0.2',
version='0.0.2b',
description='Minimal human resource management app for Django',
license='MIT',
author='Kelvin Jayanoris',
Expand Down
6 changes: 0 additions & 6 deletions small_small_hr/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,6 @@ def __init__(self, *args, **kwargs):
Field('nhif',),
Field('nssf',),
Field('pin_number',),
Field('emergency_contact_name',),
Field('emergency_contact_number',),
Field('address',),
Field('birthday',),
Field('leave_days',),
Expand Down Expand Up @@ -613,8 +611,6 @@ def __init__(self, *args, **kwargs):
Field('nhif',),
Field('nssf',),
Field('pin_number',),
Field('emergency_contact_name',),
Field('emergency_contact_number',),
Field('address',),
Field('birthday',),
Field('leave_days',),
Expand Down Expand Up @@ -676,8 +672,6 @@ def __init__(self, *args, **kwargs):
Field('nhif',),
Field('nssf',),
Field('pin_number',),
Field('emergency_contact_name',),
Field('emergency_contact_number',),
Field('address',),
Field('birthday',),
Field('emergency_contact_name',),
Expand Down

0 comments on commit 0aecf5e

Please sign in to comment.