summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddhant Goel <me@sgoel.org>2019-10-09 23:15:55 +0200
committerSiddhant Goel <me@sgoel.org>2019-10-09 23:15:55 +0200
commit9d44bdc49eaaa68e1bb1a7bf254df2317a9a8438 (patch)
tree2cf0f3ff7b60d7ad5f60fb9968c667d0ae919df1
parent54accd186afbdd4bd1b363d9ba166acf62ee97ae (diff)
bump versionv0.2.1
-rw-r--r--CHANGELOG.rst4
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2b7013c..5fa749a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,10 @@
CHANGELOG
=========
+v0.2.1
+------
+- Support optional sorting line before the pre-header
+
v0.2.0
------
- Replace :code:`locale` based parsing of numbers with a simple helper function
diff --git a/pyproject.toml b/pyproject.toml
index 162a292..f93477e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beancount-ing-diba"
-version = "0.2.0"
+version = "0.2.1"
description = "Beancount Importer for ING-DiBa (DE) CSV exports"
authors = ["Siddhant Goel <me@sgoel.org>"]
license = "MIT"