summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddhant Goel <me@sgoel.org>2019-01-20 18:47:47 +0100
committerSiddhant Goel <me@sgoel.org>2019-01-20 18:47:47 +0100
commit9d51c5160d16d857ab055c6b91ef6e20eefc3bde (patch)
tree4b73ae18b81186bbd8d96a515755b9edde157d9b
parent68a4c5cd7822ba22414882de7cd1c2756f96897d (diff)
bump versionv0.1.2
-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',