Skip to content

Commit d2c4482

Browse files
committed
Update version numbers for 2.8.0 release
1 parent 3597490 commit d2c4482

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/aml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
yoti>=2.7.0
1+
yoti>=2.8.0
22
python-dotenv>=0.7.1

examples/yoti_example_django/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ django-sslserver>=0.2.0
44
python-dotenv>=0.7.1
55
requests>=2.20.0
66
urllib3>=1.24.2
7-
yoti>=2.7.0
7+
yoti>=2.8.0

examples/yoti_example_django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requests==2.21.0
2323
six==1.11.0 # via cryptography, protobuf, pyopenssl
2424
sqlparse==0.3.0 # via django
2525
urllib3==1.24.2
26-
yoti==2.7.0
26+
yoti==2.8.0
2727

2828
# The following packages are considered to be unsafe in a requirements file:
2929
# setuptools==41.1.0 # via django-sslserver, protobuf

examples/yoti_example_flask/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pyopenssl>=19.0.0
55
python-dotenv>=0.7.1
66
requests>=2.20.0
77
urllib3>=1.24.2
8-
yoti>=2.7.0
8+
yoti>=2.8.0

examples/yoti_example_flask/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requests==2.21.0
2525
six==1.11.0 # via cryptography, protobuf, pyopenssl
2626
urllib3==1.24.2
2727
werkzeug==0.14.1 # via flask
28-
yoti==2.7.0
28+
yoti==2.8.0
2929

3030
# The following packages are considered to be unsafe in a requirements file:
3131
# setuptools==41.1.0 # via protobuf

yoti_python_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "2.7.1"
2+
__version__ = "2.8.0"

0 commit comments

Comments
 (0)