From 25323fee06eb22266c9c5bc3c193921da3df4617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Sat, 25 May 2019 15:18:29 +0300 Subject: [PATCH] Update changelog. --- CHANGELOG.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a202bbe0..aeaca9f5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,15 @@ Changelog Use cookiecutter's ``--checkout`` options to use a specific version. -v1.14 (2019-10-16) +v1.15 (2019-05-25) +------------------ + +* Updated various URLS. +* Changed ``years`` to ``year_from`` and ``year_to`` to have less fuss when regenerating a project. +* Fixed various configuration issues (broken envs, coverage configuration, travis configuration etc). +* Added project urls and python version requirements in ``setup.py``. + +v1.14 (2018-10-16) ------------------ * Simplified pytest configuration in some cases.