Skip to content

Commit f9287cd

Browse files
committed
3.4.1
1 parent 503c382 commit f9287cd

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 3.4.1 - 2020-10-20
4+
5+
### Fixed
6+
7+
- Fix `orjson.dumps.__module__` and `orjson.loads.__module__` not being the
8+
`str` "orjson".
9+
10+
### Changed
11+
12+
- Publish macos python3.9 wheel.
13+
- More packaging documentation.
14+
315
## 3.4.0 - 2020-09-25
416

517
### Added

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.4.0"
3+
version = "3.4.1"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2018"

0 commit comments

Comments
 (0)