Skip to content

Commit b803cd5

Browse files
committed
chore: release 1.12.0
1 parent 9451645 commit b803cd5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# I am terrible at keeping this up-to-date.
22

3+
## 1.12.0 (2021-03-15)
4+
chore: library update, remove nose tests
5+
36
## 1.11.0 (2020-04-29)
47
feat: add `--head` to read headers out of a json file (thanks @braedon)
58

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import find_packages, setup
55

66

7-
__version__ = "1.11.0"
7+
__version__ = "1.12.0"
88

99

1010
def read_from(file):

0 commit comments

Comments
 (0)