Skip to content

Commit

Permalink
f version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Apr 29, 2020
1 parent 12a894d commit 68e90b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages, setup


__version__ = "1.10.2"
__version__ = "1.11.0"


def read_from(file):
Expand Down

0 comments on commit 68e90b6

Please sign in to comment.