diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-11-04 15:51:23 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-11-04 15:51:23 -0700 |
commit | f14013bce316be5ffa06ea22ae89eb309c6aff25 (patch) | |
tree | f7710f78b0c11af81fd90615f8dbaaea4fbeafaf | |
parent | 80f285243e9e3364b165e8eac562dea2f1d0c42c (diff) | |
download | pandoc-f14013bce316be5ffa06ea22ae89eb309c6aff25.tar.gz |
Bump to 2.0.1.1.
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -pandoc (2.0.?) +pandoc (2.0.1.1) * Improved fix to #3989 (parsing of HTML tags containing `>` in an attribute or comment). The previous fix (in 2.0.1) only diff --git a/pandoc.cabal b/pandoc.cabal index b8e207458..985866fc0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ name: pandoc -version: 2.0.1 +version: 2.0.1.1 cabal-version: >= 1.10 build-type: Custom license: GPL |