Skip to content

Commit

Permalink
changelog: timestamp 2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed Apr 15, 2021
1 parent 23289de commit a073442
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.5";
my $VERSION = "2.6";
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.6 (unreleased)
## 2.6 (2021-04-15)

* Round calculated total if needed for `price==cost` comparison
* Add `narration_tag` config variable to set narration from metadata
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: November 2020
date: April 2021
documentclass: scrartcl
urlcolor: blue
toc: true
Expand Down

0 comments on commit a073442

Please sign in to comment.