From 4fc6d5dcf4035ad1f43bc2571f8ffca3a988c4fb Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 10 Apr 2018 08:39:14 -0700 Subject: [PATCH] Update in-development releasenotes title Reno v. 2.8.0 added support for customizining the section title for the 'in-development' release notes. Use that, so our release notes don't have confusing version numbers like "3.0.0-6". Change-Id: I604e8e4608b3c2a244fd15e020129619fc4fd2d4 --- doc/source/releasenotes.rst | 1 + test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/releasenotes.rst b/doc/source/releasenotes.rst index 2a4bceb4ea..01f163dd32 100644 --- a/doc/source/releasenotes.rst +++ b/doc/source/releasenotes.rst @@ -3,3 +3,4 @@ Release Notes ============= .. release-notes:: + :unreleased-version-title: In Development diff --git a/test-requirements.txt b/test-requirements.txt index cb0cac9593..69e963976f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ testrepository>=0.0.17 testtools>=0.9.32 sphinxcontrib-programoutput sphinx-autodoc-typehints -reno>=2.5.0 # Apache-2.0 +reno>=2.8.0 # Apache-2.0 PyMySQL mypy zuul-sphinx