commit 3374ac5ee73cfc85f7ddbc5da4845bbe4c6bbfcd
parent c156e5afa09267e2162549ff9babc60e97ba6b02
Author: nolash <dev@holbrook.no>
Date: Mon, 29 Jun 2020 23:58:35 +0200
Bump version
Diffstat:
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,5 @@
+* 0.1.4
+ - Add flag for raw headers in entry output
* 0.1.3
- Add multiple hashers for each entry
- Fix bug in config handler that prevents handling of config filenames passed to it
diff --git a/VERSION b/VERSION
@@ -1 +1 @@
-0.1.3
+0.1.4
diff --git a/setup.py b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='feedwarrior',
- version='0.1.3',
+ version='0.1.4',
description='feeds, warrior style',
author='Louis Holbrook',
author_email='dev@holbrook.no',