summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
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',