Skip to content

Commit

Permalink
Update readme and release notes. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe authored Mar 26, 2022
1 parent 32db673 commit f0da086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ all releases are available on `Anaconda.org
<https://anaconda.org/conda-forge/pytask-latex>`_.


0.1.2 - 2022-xx-xx
0.1.2 - 2022-03-26
------------------

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


0.1.1 - 2022-02-08
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ which accepts which accepts strings or list of strings pointing to internally
implemented compilation steps. Using strings will use the default configuration of this
compilation step. It is equivalent to the following.

.. code-block::
.. code-block:: python
from pytask_latex import compilation_steps as cs
Expand Down Expand Up @@ -190,7 +190,7 @@ an example for generating a ``.dvi``.
``compilation_step.latexmk(options)`` generates a compilation step which is a function
with the following signature:

.. code-block::
.. code-block:: python
from pathlib import Path
import subprocess
Expand Down

0 comments on commit f0da086

Please sign in to comment.