====== Version {{ version }} ====== Released {{ release_date.strftime('%B %#d, %Y') }}. {% if features %} ===== New features ===== {% for issue in features %} * {{ issue.summary }} ({{ issue.id }}){% if issue.description %} \\ //{{ issue.description }}//{% endif %} {% endfor %} {% endif %} {% if improvements %} ===== Improvements ===== {% for issue in improvements %} * {{ issue.summary }} ({{ issue.id }}){% if issue.description %} \\ //{{ issue.description }}//{% endif %} {% endfor %} {% endif %} {% if bugs %} ===== Bug fixes ===== {% for issue in bugs %} * {{ issue.summary }} ({{ issue.id }}){% if issue.description %} \\ //{{ issue.description }}//{% endif %} {% endfor %}{% endif %}