diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 7161e45..3da55dd 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,11 @@ Changelog ========= +2.2 - (2021-10-03) +--------------------------- +* Fix python version in setup.py + [avoinea] + 2.1 - (2021-09-28) --------------------------- * add upgrade step for the new javascript diff --git a/eea/sentry/version.txt b/eea/sentry/version.txt index 879b416..8bbe6cf 100644 --- a/eea/sentry/version.txt +++ b/eea/sentry/version.txt @@ -1 +1 @@ -2.1 +2.2 diff --git a/setup.py b/setup.py index 35b0377..a016cf6 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,6 @@ namespace_packages=['eea'], include_package_data=True, zip_safe=False, - python_requires="==2.7", install_requires=[ 'setuptools', 'eventlet',