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 9451645 commit b803cd5Copy full SHA for b803cd5
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# I am terrible at keeping this up-to-date.
2
3
+## 1.12.0 (2021-03-15)
4
+chore: library update, remove nose tests
5
+
6
## 1.11.0 (2020-04-29)
7
feat: add `--head` to read headers out of a json file (thanks @braedon)
8
setup.py
@@ -4,7 +4,7 @@
from setuptools import find_packages, setup
-__version__ = "1.11.0"
+__version__ = "1.12.0"
9
10
def read_from(file):
0 commit comments