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: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,10 @@ in order to get warned about deprecated features used in your code.
16
16
17
17
This can also be enabled programmatically with `warnings.simplefilter('default', DeprecationWarning)`.
18
18
19
-
## [2.7.3] - Not released yet
19
+
## [2.7.4] - Not released yet
20
+
21
+
## [2.7.3] - 2023-04-03
22
+
- removed a debug `print()` statement left in `output.py:OutputProducer._add_fonts()` 🤦♂️ - A rule was also added to `.pre-commit-config.yaml` to avoid this to happen again.
0 commit comments