f version update

This commit is contained in:
jrconlin 2020-04-29 13:19:35 -07:00
parent 12a894ddf1
commit 68e90b60d6
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.11.0 (2020-04-29)
feat: add `--head` to read headers out of a json file (thanks @braedon)
## 1.10.2 (2020-04-11)
bug: update min vapid requirement to 1.7.0

View File

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