Skip to content

Commit cd20d8c

Browse files
committed
tag: 1.10.1
1 parent 1dceb01 commit cd20d8c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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.1 (2019-12-03)
4+
feat: use six.text_type instead of six.string_types
5+
36
## 1.10.0 (2019-08-13)
47
feat: Add `--verbose` flag with some initial commentary
58
bug: Update tests to use latest VAPID version

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.0"
7+
__version__ = "1.10.1"
88

99

1010
def read_from(file):

0 commit comments

Comments
 (0)