Skip to content

Commit 07662b8

Browse files
authored
bug: update minimum vapid requirement to 1.7.0 (#122)
Closes #121
1 parent cd20d8c commit 07662b8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# I am terrible at keeping this up-to-date.
22

3+
## 1.10.2 (2020-04-11)
4+
bug: update min vapid requirement to 1.7.0
5+
36
## 1.10.1 (2019-12-03)
47
feat: use six.text_type instead of six.string_types
58

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cryptography>=2.6.1
22
http-ece>=1.1.0
33
requests>=2.21.0
4-
py-vapid>=1.5.0
4+
py-vapid>=1.7.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import find_packages, setup
55

66

7-
__version__ = "1.10.1"
7+
__version__ = "1.10.2"
88

99

1010
def read_from(file):

0 commit comments

Comments
 (0)