Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed May 1, 2020
1 parent 23dcf7a commit 83609bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Expand Up @@ -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")

Expand Down
4 changes: 2 additions & 2 deletions default.nix
Expand Up @@ -15,8 +15,8 @@
}:

let
version = "3.1.3";
rev = "20190331";
version = "3.2.0";
rev = "20200501";
in

pkgs.stdenv.mkDerivation {
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit 83609bc

Please sign in to comment.