Skip to content

Commit a3283bb

Browse files
Added version bump
1 parent de43bcf commit a3283bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contentstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__title__ = 'contentstack-delivery-python'
2323
__author__ = 'contentstack'
2424
__status__ = 'debug'
25-
__version__ = 'v1.10.0'
25+
__version__ = 'v1.11.0'
2626
__endpoint__ = 'cdn.contentstack.io'
2727
__email__ = 'mobile@contentstack.com'
2828
__developer_email__ = 'shailesh.mishra@contentstack.com'

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python-dateutil==2.8.2
55
requests==2.32.2
66
coverage==7.2.6
77
tox==4.5.1
8-
virtualenv==20.23.0
8+
virtualenv==20.26.6
99
Sphinx==7.0.1
1010
sphinxcontrib-websupport==1.2.4
1111
pip==23.3.1
@@ -33,7 +33,7 @@ pytz==2023.3
3333
Babel==2.12.1
3434
pep517==0.13.0
3535
tomli~=2.0.1
36-
Werkzeug==3.0.3
36+
Werkzeug==3.0.6
3737
Flask~=2.3.2
3838
click~=8.1.3
3939
MarkupSafe==2.1.2

0 commit comments

Comments
 (0)