From 07f09547c435d08b77c7c80834955f9640d3d3e5 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 28 Nov 2020 14:19:31 +0000 Subject: [PATCH] Bump for release --- CHANGELOG.rst | 4 ++-- packaging/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e31a4620..89fa2914 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog --------- -*unreleased* -~~~~~~~~~~~~ +20.6 - 2020-11-28 +~~~~~~~~~~~~~~~~~ * Fix flit configuration, to include LICENSE files (:issue:`357`) diff --git a/packaging/__init__.py b/packaging/__init__.py index eeb69d0b..5f638897 100644 --- a/packaging/__init__.py +++ b/packaging/__init__.py @@ -2,4 +2,4 @@ # 2.0, and the BSD License. See the LICENSE file in the root of this repository # for complete details. """Core utilities for Python packages""" -__version__ = "20.6.dev0" +__version__ = "20.6"