Skip to content

Commit f0da086

Browse files
authoredMar 26, 2022
Update readme and release notes. (#37)
1 parent 32db673 commit f0da086

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎CHANGES.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ all releases are available on `Anaconda.org
77
<https://anaconda.org/conda-forge/pytask-latex>`_.
88

99

10-
0.1.2 - 2022-xx-xx
10+
0.1.2 - 2022-03-26
1111
------------------
1212

1313
- :pull:`32` implements a new interface to the compilation process which consists of
1414
composable compilation steps. (Many thanks to :user:`axtimhaus`!:tada:)
1515
- :pull:`36` fixes some issues.
16+
- :pull:`37` updates the release notes.
1617

1718

1819
0.1.1 - 2022-02-08

‎README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ which accepts which accepts strings or list of strings pointing to internally
158158
implemented compilation steps. Using strings will use the default configuration of this
159159
compilation step. It is equivalent to the following.
160160

161-
.. code-block::
161+
.. code-block:: python
162162
163163
from pytask_latex import compilation_steps as cs
164164
@@ -190,7 +190,7 @@ an example for generating a ``.dvi``.
190190
``compilation_step.latexmk(options)`` generates a compilation step which is a function
191191
with the following signature:
192192

193-
.. code-block::
193+
.. code-block:: python
194194
195195
from pathlib import Path
196196
import subprocess

0 commit comments

Comments
 (0)
Please sign in to comment.