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 1dceb01 commit cd20d8cCopy full SHA for cd20d8c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# I am terrible at keeping this up-to-date.
2
3
+## 1.10.1 (2019-12-03)
4
+feat: use six.text_type instead of six.string_types
5
+
6
## 1.10.0 (2019-08-13)
7
feat: Add `--verbose` flag with some initial commentary
8
bug: Update tests to use latest VAPID version
setup.py
@@ -4,7 +4,7 @@
from setuptools import find_packages, setup
-__version__ = "1.10.0"
+__version__ = "1.10.1"
9
10
def read_from(file):
0 commit comments