Skip to content

Commit df03a42

Browse files
committed
Release v0.6.10
1 parent ead8912 commit df03a42

6 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
.. :changelog:
55
6+
0.6.10
7+
------
8+
9+
* CI: Windows wheel job builds standard cp313/cp314 wheels reliably by running maturin twice (standard Python first, then 3.13t/3.14t), working around ``win_amd64`` picking only free-threaded 3.13/3.14 when all interpreters share ``PATH`` [Meir Kriheli]
10+
611
0.6.9
712
-----
813

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Meir Kriheli <mkriheli@gmail.com>"]
33
name = "python-bidi"
4-
version = "0.6.9"
4+
version = "0.6.10"
55
edition = "2021"
66

77
[lib]

bidi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
__all__ = ["get_base_level", "get_display"]
2424

25-
VERSION_TUPLE = (0, 6, 9)
25+
VERSION_TUPLE = (0, 6, 10)
2626
VERSION = ".".join(str(x) for x in VERSION_TUPLE)
2727

2828

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "python-bidi"
7-
version = "0.6.9"
7+
version = "0.6.10"
88
requires-python = ">=3.9"
99
readme = "README.rst"
1010
keywords = ["bidi", "unicode", "layout"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)