Skip to content

Commit

Permalink
Fix #43
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Jun 12, 2024
1 parent ec22965 commit d90bf4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docassemble/ClinicIntakeFax/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.1.1'
8 changes: 7 additions & 1 deletion docassemble/ClinicIntakeFax/data/questions/intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ objects:
---
metadata:
title: |
Suffolk Juvenile Defenders
Suffolk Juvenile Defenders Intake App
short title: |
HIPAA Intake App
description: |
This tool helps gather information for an intake for the Suffolk Juvenile Defenders
clinic.
tags:
- HE-00-00-00-00
LIST_codes:
- HE-00-00-00-00
unlisted: True
---
code: |
al_form_type = 'existing_case'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
return out

setup(name='docassemble.ClinicIntakeFax',
version='1.1.0',
version='1.1.1',
description=(''),
long_description='# docassemble.ClinicIntakeFax\r\n\r\ntesting link: \r\nhttps://apps-test.suffolklitlab.org/run/ClinicFax\r\n\r\n\r\n\r\n## Author\r\ncl.asouza@suffolk.edu\r\ncl.ktaraschke@suffolk.edu\r\nmcarroll11@su.suffolk.edu\r\n',
long_description_content_type='text/markdown',
Expand Down

0 comments on commit d90bf4f

Please sign in to comment.