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 12e8a17131da1da7311f20ba4ecc4ff70215419b
parent ecc8a0411157e3733a48feb9b44cf24085b6cd9a
Author: nolash <dev@holbrook.no>
Date:   Mon, 29 Jun 2020 22:47:33 +0200

Bump version

Diffstat:
MCHANGELOG | 3+++
MVERSION | 2+-
Msetup.py | 2+-
3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,6 @@ +* 0.1.3 + - Add multiple hashers for each entry + - Fix bug in config handler that prevents handling of config filenames passed to it * 0.1.2 - Add simple, readable feed summary - Correct binary script name in setup.py diff --git a/VERSION b/VERSION @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/setup.py b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='feedwarrior', - version='0.1.2', + version='0.1.3', description='feeds, warrior style', author='Louis Holbrook', author_email='dev@holbrook.no',