Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit c7d9ae3

Browse files
committed
2.19.0
1 parent 9135f17 commit c7d9ae3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CloudFlare/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""" Cloudflare v4 API"""
22

3-
__version__ = '2.18.2'
3+
__version__ = '2.19.0'
44

55
from .cloudflare import CloudFlare
66

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def main():
3737
'cli4=cli4.__main__:main'
3838
]
3939
},
40+
python_requires='>3.5.0',
4041
classifiers=[
4142
'Development Status :: 5 - Production/Stable',
4243
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)