Bump version to update Brotli and fix release issue

This commit is contained in:
Don-Swanson 2025-11-26 11:01:35 -06:00
parent 65326e37b4
commit 178d67a73f
No known key found for this signature in database
GPG Key ID: C6A6ACD574A005E5
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ optional_dev_tag = ''
if os.getenv('DEV_BUILD'):
optional_dev_tag = '.dev' + os.getenv('DEV_BUILD')
__version__ = '1.1.1' + optional_dev_tag
__version__ = '1.1.2' + optional_dev_tag

View File

@ -1,6 +1,6 @@
attrs==25.3.0
beautifulsoup4==4.13.5
brotli==1.1.0
brotli==1.2.0
certifi==2025.8.3
cffi==2.0.0
click==8.3.0