commit 2c7e5eb0a83a1b8eccdbf7c1b45787184fed84b6
parent d1be2103908c11b681ce89e36995aa9f1670e366
Author: nolash <dev@holbrook.no>
Date: Thu, 2 Jul 2020 13:13:49 +0200
Bump version
Diffstat:
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,5 @@
+* 0.3.0
+ - Add gzip option for entries
* 0.2.2
- Add all inline text content to output in show cmd
* 0.2.1
diff --git a/VERSION b/VERSION
@@ -1 +1 @@
-0.2.2
+0.3.0
diff --git a/setup.py b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='feedwarrior',
- version='0.2.2',
+ version='0.3.0',
description='feeds, warrior style',
author='Louis Holbrook',
author_email='dev@holbrook.no',