From d4e4b632ddf0b7fe7a6c0bb6cad0c949736fb70a Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 20 Oct 2017 08:23:38 -0700 Subject: [PATCH] Cut 1.4.0 --- docs/changelog.rst | 1 + releases/_version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index b0fe9b9..0fd5ebc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +* :release:`1.4.0 <2017-10-20>` * :support:`-` Drop Python 2.6 and 3.3 support, to correspond with earlier changes in Sphinx and most other public Python projects. * :bug:`- major` Identified a handful of issues with our Sphinx pin & diff --git a/releases/_version.py b/releases/_version.py index 3d00f9b..babc570 100644 --- a/releases/_version.py +++ b/releases/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (1, 3, 2) +__version_info__ = (1, 4, 0) __version__ = '.'.join(map(str, __version_info__))