From 5126fab06ecff481b20f77d4732c10b6dde59eba Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Wed, 25 Apr 2018 00:03:07 +0200 Subject: [PATCH] Fixed link to issues in CHANGES.rst/towncrier config. [ci skip] --- CHANGES.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 36c9c01..793bf93 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,9 +16,9 @@ Bug fixes: - With archive_blob true, still allow restoring non archives. We prefer archives then, but if no proper archive is found, we look for non archives. [maurits] (`Issue #44 - `_) + `_) - Sort os.listdir, for improved functioning on Mac. [maurits] (`Issue #45 - `_) + `_) 4.0 (2017-12-22) diff --git a/pyproject.toml b/pyproject.toml index b113949..d77e168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ # See https://github.com/hawkowl/towncrier/issues/111 # We cheat here because we do not really need the package name: package = "towncrier" -issue_format = "`Issue #{issue} `_" +issue_format = "`Issue #{issue} `_" filename = "CHANGES.rst" directory = "news/" title_format = "{version} ({project_date})"