From 4e457868fa240cc018b448019c3a2d9c785bb864 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 11 Dec 2017 22:38:38 -0800 Subject: [PATCH] Change version to 2.0.5. Note that we don't need to bump the second number for an additional module and exported function. --- changelog | 2 +- pandoc.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index 181946cd5..e643cede0 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -pandoc (2.1) +pandoc (2.0.5) * Fix a bug in 2.0.4, whereby pandoc could not read the theme files generated with `--print-highlight-style` (#4133). Improve JSON diff --git a/pandoc.cabal b/pandoc.cabal index a5059b534..fa02ebfd9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ name: pandoc -version: 2.1 +version: 2.0.5 cabal-version: >= 1.10 build-type: Custom license: GPL