python-changelog

Sphinx extension to generate changelog files (Python 2)
  https://bitbucket.org/zzzeek/changelog
  0
  no reviews



This package provides simple Sphinx markup to render changelog displays (this is the Python 2 version of the extension).

Example:

====================
Changelog for 1.5.6
====================
.. changelog::
:version: 1.5.6
:released: Sun Oct 12 2008
.. change::
:tags: general
:tickets: 27
Improved the frobnozzle.
.. change::
:tags: rendering, tests
:pullreq: 8
:changeset: a9d7cc0b56c2
Rendering tests now correctly render.