diff --git a/bin/ledger2beancount b/bin/ledger2beancount index 0a3cc1a..034138a 100755 --- a/bin/ledger2beancount +++ b/bin/ledger2beancount @@ -27,7 +27,7 @@ use String::Interpolate qw/safe_interpolate/; use Unicode::Normalize; use YAML::XS qw/LoadFile/; -my $VERSION = "2.6"; +my $VERSION = "2.7"; my $DEBUG = 0; # turn on for debugging output memoize('get_root_type'); diff --git a/docs/changelog.md b/docs/changelog.md index 91a875b..a418d77 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # ledger2beancount releases -## 2.7 (unreleased) +## 2.7 (2022-12-03) * Fix parsing of amounts with decimal comma with default commodity in hledger mode * Allow amounts without fractional part but decimal separator for hledger diff --git a/docs/index.md b/docs/index.md index a25dda1..609f153 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ author: - Stefano Zacchiroli - Martin Michlmayr keywords: ledger, beancount, converter, conversion, accounting, bookkeeping, finance -date: April 2021 +date: December 2022 documentclass: scrartcl urlcolor: blue toc: true