feedwarrior

Slim, portable tooling for creating and distributing decentralized append logs
git clone git://git.defalsify.org/logwarrior.git
Log | Files | Refs | README | LICENSE

commit e238e391c4ebe6150f3e4dca3b0820a023778265
parent 3375325620af7d5c30dfb0f44eb83966c5038995
Author: nolash <dev@holbrook.no>
Date:   Fri, 28 Aug 2020 00:21:05 +0200

Bump version

Diffstat:
MCHANGELOG | 2++
Msetup.py | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +* 0.4.2 + - Add "add" subcommand * 0.4.1 - Add list feeds subcommand * 0.4.0 diff --git a/setup.py b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='feedwarrior', - version='0.4.1', + version='0.4.2', description='feeds, warrior style', author='Louis Holbrook', author_email='dev@holbrook.no',