Skip to content

Commit

Permalink
changelog: timestamp 2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed Dec 3, 2022
1 parent 88a3582 commit 590781d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/ledger2beancount
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 590781d

Please sign in to comment.