tag: 1.10.1

This commit is contained in:
jrconlin 2019-12-03 16:48:59 -08:00
parent 1dceb01bc8
commit cd20d8c274
No known key found for this signature in database
GPG Key ID: D2B33CD056ABD330
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# I am terrible at keeping this up-to-date.
## 1.10.1 (2019-12-03)
feat: use six.text_type instead of six.string_types
## 1.10.0 (2019-08-13)
feat: Add `--verbose` flag with some initial commentary
bug: Update tests to use latest VAPID version

View File

@ -4,7 +4,7 @@ import os
from setuptools import find_packages, setup
__version__ = "1.10.0"
__version__ = "1.10.1"
def read_from(file):