Skip to content

Commit

Permalink
changelog: timestamp 2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed Nov 3, 2020
1 parent e77faf0 commit 6dcdeca
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.4";
my $VERSION = "2.5";
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.5 (unreleased)
## 2.5 (2020-11-03)

* Don't create negative cost for lot without cost
* Support complex implicit conversions
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: July 2020
date: November 2020
documentclass: scrartcl
urlcolor: blue
toc: true
Expand Down

0 comments on commit 6dcdeca

Please sign in to comment.