Skip to content

Commit 6f9d579

Browse files
committed
chore: bump version to 0.3.1
1 parent f12c5bc commit 6f9d579

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.3.1] - 2025-08-04
4+
5+
- Add return type to `plt.ylabel` and `plt.xlabel`
6+
- Fix/refine argument types for `plt.savefig`, `plt.plot` and `plt.scatter`
7+
38
## [0.3.0] - 2025-08-02
49

510
Improve type hints for the following functions:

src/matplotlib-stubs/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.0" # noqa: PYI052
1+
__version__ = "0.3.1" # noqa: PYI052
22

33
import contextlib
44
from collections.abc import Generator

0 commit comments

Comments
 (0)