File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.1] - 2025-03-22
11
+
12
+ * Fixed ` mypy ` errors for ` backlib.py3*.os.path.samestat ` .
13
+
10
14
## [ 0.2.0] - 2025-03-19
11
15
12
16
* Added ` backlib.py310.builtins ` ;
Original file line number Diff line number Diff line change 1
1
__author__ = "Sergei Y. Bogdanov <syubogdanov@outlook.com>"
2
- __version__ = "0.3.0-rc "
2
+ __version__ = "0.2.1 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " backlib"
7
- version = " 0.3.0-rc "
7
+ version = " 0.2.1 "
8
8
description = " Backports for the Python standard library."
9
9
license = " MIT"
10
10
authors = [" Sergei Y. Bogdanov <syubogdanov@outlook.com>" ]
You can’t perform that action at this time.
0 commit comments