From 43112565d07df99f10a0ef2d472716cd4f09c9d4 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 15 Sep 2015 17:00:04 +0200 Subject: Bump version number to 3.1.1 --- CMakeLists.txt | 4 ++-- doc/NEWS | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96d4d663..7a3dc3fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) set(Ledger_VERSION_MINOR 1) set(Ledger_VERSION_PATCH 1) -set(Ledger_VERSION_PRERELEASE "-alpha.1") -set(Ledger_VERSION_DATE 20141005) +set(Ledger_VERSION_PRERELEASE "") +set(Ledger_VERSION_DATE 20150915) set(Ledger_TEST_TIMEZONE "America/Chicago") diff --git a/doc/NEWS b/doc/NEWS index 94c0946a..21700ddc 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,11 +1,13 @@ Ledger NEWS -* 3.x.x +* 3.1.1 - Added a --no-revalued option - Improved Embedded Python Support +- Use ./.ledgerrc if ~/.ledgerrc doesn't exist + - Fixed parsing of transactions with single-character payees and comments - Fixed crash when using -M with empty result @@ -16,7 +18,7 @@ - Fixed crash when using --trace 10 or above -- Build fix for boost 1.56 +- Build fix for boost 1.56, 1.58, 1.59 - Build fix for Cygwin @@ -24,6 +26,10 @@ - Various documentation improvements +- Examples in the documentation are tested just like unit tests + +- Add continuous integration (https://travis-ci.org/ledger/ledger) + * 3.1 - Changed the definition of cost basis to preserve the original cost basis -- cgit v1.2.3