Skip to content

Commit

Permalink
Prepare the package for the 2.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Apr 27, 2019
1 parent e1bea84 commit 9dd7f0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- restore_cache:
keys:
- markdown-v2.7.0-tl2019_pretest-{{ .Branch }}
- markdown-v2.7.0-tl2019_pretest-master
- markdown-v2.7.0-tl2019_pretest-
- markdown-v2.8.0-tl2019_pretest-{{ .Branch }}
- markdown-v2.8.0-tl2019_pretest-master
- markdown-v2.8.0-tl2019_pretest-
# Install TeX Live
- run: |
set -e
Expand All @@ -32,7 +32,7 @@ jobs:
sudo apt-get -o dir::cache::archives="$HOME"/apt-cache install pandoc parallel
sudo pip install pygments
- save_cache:
key: markdown-v2.7.0-tl2019_pretest-{{ .Branch }}
key: markdown-v2.8.0-tl2019_pretest-{{ .Branch }}
paths:
- ~/apt-cache/partial
- ~/texlive-cache
Expand Down
6 changes: 3 additions & 3 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ documentation][techdoc].
% \fi
% \begin{macrocode}
local metadata = {
version = "2.7.0",
version = "2.8.0",
comment = "A module for the conversion from markdown to plain TeX",
author = "John MacFarlane, Hans Hagen, Vít Novotný",
copyright = {"2009-2016 John MacFarlane, Hans Hagen",
Expand Down Expand Up @@ -5673,8 +5673,8 @@ pdftex --shell-escape document.tex
%
% \end{markdown}
% \begin{macrocode}
\def\markdownLastModified{2019/04/04}%
\def\markdownVersion{2.7.0}%
\def\markdownLastModified{2019/04/27}%
\def\markdownVersion{2.8.0}%
% \end{macrocode}
% \par
% \begin{markdown}
Expand Down

0 comments on commit 9dd7f0e

Please sign in to comment.