Preparing release 0.41

This commit is contained in:
Marius Gedminas 2020-02-25 09:06:50 +02:00
parent 8aa0b32363
commit 0f42af5203
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -44,7 +44,7 @@ except ImportError:
import toml
__version__ = '0.41.dev0'
__version__ = '0.41'
__author__ = 'Marius Gedminas <marius@gedmin.as>'
__licence__ = 'MIT'
__url__ = 'https://github.com/mgedmin/check-manifest'