Skip to content

Commit 7b7041f

Browse files
committed
alectryon: Release version 1.2.1
1 parent 4cc19b9 commit 7b7041f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Major changes
33
===============
44

5+
Version 1.2.1
6+
=============
7+
8+
- Fix an API breakage introduced by the implementation LaTeX export (``AlectryonPostTransform`` was only registered for Docutils and Sphinx, but not for other document processors like Pelican; the updated implementation registers it unconditionally).
9+
510
Version 1.2
611
===========
712

alectryon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
"""Annotate segments of Coq code with responses and goals."""
2222

23-
__version__ = "1.2"
23+
__version__ = "1.2.1"
2424
__author__ = 'Clément Pit-Claudel'
2525
GENERATOR = "Alectryon"

0 commit comments

Comments
 (0)