chore: release 1.12.0

This commit is contained in:
jrconlin 2021-03-15 08:05:58 -07:00
parent 94516459c6
commit b803cd58e8
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.12.0 (2021-03-15)
chore: library update, remove nose tests
## 1.11.0 (2020-04-29)
feat: add `--head` to read headers out of a json file (thanks @braedon)

View File

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