You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,31 @@
1
1
Changes
2
2
=======
3
3
4
-
0.13.0 (Unreleased)
4
+
0.14.0 (Unreleased)
5
5
-------------------
6
6
7
7
Enhancements:
8
+
8
9
- ??
9
10
10
11
Fixes:
12
+
11
13
- ??
12
14
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
0 commit comments