From 0f42af520383a1b53779ce83fc73a55a8d3dcc0e Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Tue, 25 Feb 2020 09:06:50 +0200 Subject: [PATCH] Preparing release 0.41 --- CHANGES.rst | 2 +- check_manifest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c8bd309..58adca9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog ========= -0.41 (unreleased) +0.41 (2020-02-25) ----------------- - Support `PEP 517`_, i.e. packages using pyproject.toml instead of a setup.py diff --git a/check_manifest.py b/check_manifest.py index 4307117..da2b63f 100755 --- a/check_manifest.py +++ b/check_manifest.py @@ -44,7 +44,7 @@ import toml -__version__ = '0.41.dev0' +__version__ = '0.41' __author__ = 'Marius Gedminas ' __licence__ = 'MIT' __url__ = 'https://github.com/mgedmin/check-manifest'