Skip to content

Commit 45d3588

Browse files
committed
Release 0.13.1
1 parent 15e8d77 commit 45d3588

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGES.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
Changes
22
=======
33

4-
0.13.0 (Unreleased)
4+
0.14.0 (Unreleased)
55
-------------------
66

77
Enhancements:
8+
89
- ??
910

1011
Fixes:
12+
1113
- ??
1214

15+
0.13.1 (2022-03-29)
16+
-------------------
17+
18+
Fixes:
19+
20+
- 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
21+
22+
0.13 (2022-03-29)
23+
-------------------
24+
25+
Fixes:
26+
27+
- Correct `setup.cfg` to include package files by @nickjj in https://github.com/flask-debugtoolbar/flask-debugtoolbar/pull/172
28+
1329
0.12.1 (2022-03-28)
1430
-------------------
1531

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Flask-DebugToolbar
3-
version = 0.13.dev0
3+
version = 0.13.1
44
author = Michael van Tellingen
55
author_email = [email protected]
66
maintainer = Matt Good

0 commit comments

Comments
 (0)