Skip to content

Commit

Permalink
Bump version to 1.1.0b11
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceStevenWilley committed Dec 18, 2023
1 parent 26520c9 commit e0b90a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docassemble/AppearanceEfile/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0b10'
__version__ = '1.1.0b11'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
return out

setup(name='docassemble.AppearanceEfile',
version='1.1.0b10',
version='1.1.0b11',
description=('Appearance'),
long_description='# docassemble.AppearanceEfile\r\n\r\nAppearance, with E-filing.\r\n\r\nA complete duplicate of https://github.com/IllinoisLegalAidOnline/docassemble-Appearance,\r\nbut with e-filing added. This is a pilot project, and separated so the original Appearance\r\ncan stay stable as experimental features are added to this e-filing version.\r\n\r\n## Author\r\n\r\nMatt Newsted, mnewsted@illinoislegalaid.org\r\nBryce Willey, bwilley@suffolk.edu\r\n',
long_description_content_type='text/markdown',
Expand Down

0 comments on commit e0b90a6

Please sign in to comment.