From 83609bcbca5bef65f9b1ac5b86a993d4568fda64 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Fri, 1 May 2020 16:37:18 +0800 Subject: Release 3.2.0 --- CMakeLists.txt | 6 +++--- default.nix | 4 ++-- doc/NEWS.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70c81158..aa5342ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,10 +3,10 @@ cmake_minimum_required(VERSION 2.8.5) PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) -set(Ledger_VERSION_MINOR 1) -set(Ledger_VERSION_PATCH 3) +set(Ledger_VERSION_MINOR 2) +set(Ledger_VERSION_PATCH 0) set(Ledger_VERSION_PRERELEASE "") -set(Ledger_VERSION_DATE 20190331) +set(Ledger_VERSION_DATE 20200501) set(Ledger_TEST_TIMEZONE "America/Chicago") diff --git a/default.nix b/default.nix index 5916afea..bef090d7 100644 --- a/default.nix +++ b/default.nix @@ -15,8 +15,8 @@ }: let - version = "3.1.3"; - rev = "20190331"; + version = "3.2.0"; + rev = "20200501"; in pkgs.stdenv.mkDerivation { diff --git a/doc/NEWS.md b/doc/NEWS.md index 04bf1fc4..49a522e4 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -1,6 +1,6 @@ # Ledger NEWS -## 3.2.0 (unreleased) +## 3.2.0 (2020-05-01) - Port Python support to Python 3 -- cgit v1.2.3