Merge pull request #691 from tahoe-lafs/bdist-wheel-with-version

Automatically update the version with `bdist_wheel`

Fixes: ticket:3281
This commit is contained in:
Jean-Paul Calderone 2020-02-11 13:56:00 -05:00 committed by GitHub
commit 4d3474a00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

0
newsfragments/3281.minor Normal file
View File

View File

@ -4,3 +4,4 @@ sdist = update_version sdist
install = update_version install
develop = update_version develop
bdist_egg = update_version bdist_egg
bdist_wheel = update_version bdist_wheel