Skip to content

Commit 4458f7b

Browse files
committed
chore: bump the version
1 parent d08be36 commit 4458f7b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.1] - 2025-03-22
11+
12+
* Fixed `mypy` errors for `backlib.py3*.os.path.samestat`.
13+
1014
## [0.2.0] - 2025-03-19
1115

1216
* Added `backlib.py310.builtins`;

backlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = "Sergei Y. Bogdanov <syubogdanov@outlook.com>"
2-
__version__ = "0.3.0-rc"
2+
__version__ = "0.2.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "backlib"
7-
version = "0.3.0-rc"
7+
version = "0.2.1"
88
description = "Backports for the Python standard library."
99
license = "MIT"
1010
authors = ["Sergei Y. Bogdanov <syubogdanov@outlook.com>"]

0 commit comments

Comments
 (0)