diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-05-01 22:48:49 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-05-01 22:48:49 -0700 |
commit | 52f94cff489a1c3cfb65ff82aff2dbc97dc2b8b3 (patch) | |
tree | 3182103a9a361571c80dd9b06896674513c7d96f | |
parent | 87dcceecbb6b7b55e1b2dc6b4b993d1c24520a47 (diff) | |
download | pandoc-52f94cff489a1c3cfb65ff82aff2dbc97dc2b8b3.tar.gz |
Bump version to 1.17.1.
We need a minor version bump because of the addition
of `writerDocbook5` to `WriterOptions`.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index eebcb6a2c..746d0618b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.17.0.3 +Version: 1.17.1 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL |