We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd20d8c commit 07662b8Copy full SHA for 07662b8
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# I am terrible at keeping this up-to-date.
2
3
+## 1.10.2 (2020-04-11)
4
+bug: update min vapid requirement to 1.7.0
5
+
6
## 1.10.1 (2019-12-03)
7
feat: use six.text_type instead of six.string_types
8
requirements.txt
@@ -1,4 +1,4 @@
cryptography>=2.6.1
http-ece>=1.1.0
requests>=2.21.0
-py-vapid>=1.5.0
+py-vapid>=1.7.0
setup.py
@@ -4,7 +4,7 @@
from setuptools import find_packages, setup
-__version__ = "1.10.1"
+__version__ = "1.10.2"
9
10
def read_from(file):
0 commit comments