Skip to content

Commit ef0741f

Browse files
Bump version to 1.7.3
1 parent b4ee1d7 commit ef0741f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.7.2'
1+
__version__ = '1.7.3'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# setup.py is still used.
44
[project]
55
name = "docassemble.EFSPIntegration"
6-
version = "1.7.2"
6+
version = "1.7.3"
77
readme = "README.md"
88
requires-python=">=3.10,>=3.12.3,<3.13"
99
dependencies = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
4242
return out
4343

4444
setup(name='docassemble.EFSPIntegration',
45-
version='1.7.2',
45+
version='1.7.3',
4646
description=(''),
4747
long_description='# docassemble-EFSPIntegration\r\n\r\nA docassemble extension that talks to [a proxy e-filing server](https://github.com/SuffolkLITLab/EfileProxyServer/) easily within a docassemble interview.\r\n\r\nMain interviews of import:\r\n\r\n* any_filing_interview.yml: allows you to make any type of filing, initial or subsequent\r\n* admin_interview.yml: lets you handle admin / user functionality, outside of the context of cases and filings\r\n\r\nIn progress!\r\n\r\n## Authors\r\n\r\nQuinten Steenhuis (qsteenhuis@suffolk.edu)\r\nBryce Willey (bwilley@suffolk.edu)\r\n',
4848
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)