From: David Lord Date: Wed, 5 Feb 2020 22:29:52 +0000 (-0800) Subject: fix formatting X-Git-Tag: 3.0.0a1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0166b4c8b800de108b60acdf7ccc01a7bcf5f49a;p=thirdparty%2Fjinja.git fix formatting --- diff --git a/CHANGES.rst b/CHANGES.rst index afd43e5f..4c75b3ed 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,11 +5,12 @@ Version 3.0.0 Unreleased +3.0.0a1 released 2020-02-05 + - Drop support for Python 2.7 and 3.5. - Bump MarkupSafe dependency to >=1.1. - Bump Babel optional dependency to >=2.1. - Remove code that was marked deprecated. -- 2.11.2 @@ -22,7 +23,6 @@ Unreleased :func:`contextfunction`. :issue:`1145` - Version 2.11.1 --------------