Skip to content

Commit 0e29bce

Browse files
committed
call this -post5
1 parent 98a16d4 commit 0e29bce

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 3.10.14-post5
4+
5+
- no code changes, just added 3.14 to our wheel build.
6+
37
## 3.10.14-post4
48

59
- fix handling for MagicMocks by checking torch tensor module name

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,6 +1,6 @@
11
[package]
22
name = "orjson"
3-
version = "3.10.14-post4"
3+
version = "3.10.14-post5"
44
authors = ["ijl <ijl@mailbox.org>", "nova <nova@anthropic.com>", "gbm <gbm@anthropic.com>", "catherio <catherio@anthropic.com>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orjson"
3-
version = "3.10.14-post4"
3+
version = "3.10.14-post5"
44
repository = "https://github.com/ijl/orjson"
55
requires-python = ">=3.8"
66
classifiers = [

0 commit comments

Comments
 (0)