We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493c86e commit bddc1dcCopy full SHA for bddc1dc
CHANGES.rst
@@ -2,8 +2,8 @@
2
Major changes
3
===============
4
5
-Unreleased
6
-==========
+Version 1.4.0
+=============
7
8
- JSON recordings (produced by ``--backend json``) can now be used as inputs to generate webpages or highlighted snippets. [c69b08ee]
9
alectryon/__init__.py
@@ -20,6 +20,6 @@
20
21
"""Annotate segments of Coq code with responses and goals."""
22
23
-__version__ = "1.4.0-dev"
+__version__ = "1.4.0"
24
__author__ = 'Clément Pit-Claudel'
25
GENERATOR = "Alectryon"
0 commit comments