Skip to content

Commit

Permalink
alectryon: Release version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Aug 17, 2021
1 parent 3429d0f commit ef9b4d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Major changes
===============

Unreleased
==========
Version 1.3.1
=============

- Spacing and line breaks in LaTeX documents generated by Alectryon are now more consistent, especially in ``no-out`` blocks. [91fc735, bc4f408]

Expand Down
2 changes: 1 addition & 1 deletion alectryon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

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

__version__ = "1.3.0"
__version__ = "1.3.1"
__author__ = 'Clément Pit-Claudel'
GENERATOR = "Alectryon"

0 comments on commit ef9b4d4

Please sign in to comment.