From 9d51c5160d16d857ab055c6b91ef6e20eefc3bde Mon Sep 17 00:00:00 2001 From: Siddhant Goel Date: Sun, 20 Jan 2019 18:47:47 +0100 Subject: bump version --- CHANGELOG.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8a316aa..53442c1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ CHANGELOG ========= +v0.1.2 +------ +- Allow multiple values for the :code:`Bank` metadata field + v0.1.1 ------ - Remove incorrect :code:`beancount.core.data.Balance` directive from extracted diff --git a/setup.py b/setup.py index 91bbb28..3943f33 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ class PublishCommand(Command): setup( name='beancount-ing-diba', - version='0.1.1', + version='0.1.2', description='Beancount Importer for ING-DiBa CSV exports', long_description=long_description, author='Siddhant Goel', -- cgit v1.2.3