Skip to content

Commit 3bf76c6

Browse files
committed
Bumped to 0.6.8
1 parent 0eed200 commit 3bf76c6

6 files changed

Lines changed: 10 additions & 4 deletions

File tree

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ Contributors
2020
* Just van Rossum - https://github.com/justvanrossum
2121
* Jakub Wilk <jwilk@jwilk.net>
2222
* Christian Clauss <cclauss@me.com>
23+
* Jonathan Duncan <JonathanDuncan@gmail.com>

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.8
7+
-----
8+
9+
* Added missing 3.14 build for Linux (Jonathan Duncan)
10+
611
0.6.7
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.7"
4+
version = "0.6.8"
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, 7)
25+
VERSION_TUPLE = (0, 6, 8)
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.7"
7+
version = "0.6.8"
88
readme = "README.rst"
99
keywords = ["bidi", "unicode", "layout"]
1010
description = "Python Bidi layout wrapping the Rust crate unicode-bidi"

0 commit comments

Comments
 (0)