Release 0.13.1

This commit is contained in:
Nick Janetakis
2022-03-29 18:39:20 -04:00
parent 15e8d77a49
commit 45d3588bb6
2 changed files with 18 additions and 2 deletions
+17 -1
View File
@@ -1,15 +1,31 @@
Changes
=======
0.13.0 (Unreleased)
0.14.0 (Unreleased)
-------------------
Enhancements:
- ??
Fixes:
- ??
0.13.1 (2022-03-29)
-------------------
Fixes:
- Use a consistent version naming convention, 0.13 should have been 0.13.0 but it was yanked and you can't re-push yanked packages with the same version
0.13 (2022-03-29)
-------------------
Fixes:
- Correct `setup.cfg` to include package files by @nickjj in https://github.com/flask-debugtoolbar/flask-debugtoolbar/pull/172
0.12.1 (2022-03-28)
-------------------
+1 -1
View File
@@ -1,6 +1,6 @@
[metadata]
name = Flask-DebugToolbar
version = 0.13.dev0
version = 0.13.1
author = Michael van Tellingen
author_email = michaelvantellingen@gmail.com
maintainer = Matt Good