Skip to content
Snippets Groups Projects
Commit db0807bfeef9 authored by ijl's avatar ijl
Browse files

3.4.1

parent e8ee65e81b34
Branches
No related tags found
No related merge requests found
# Changelog # Changelog
## 3.4.1 - 2020-10-20
### Fixed
- Fix `orjson.dumps.__module__` and `orjson.loads.__module__` not being the
`str` "orjson".
### Changed
- Publish macos python3.9 wheel.
- More packaging documentation.
## 3.4.0 - 2020-09-25 ## 3.4.0 - 2020-09-25
### Added ### Added
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
[[package]] [[package]]
name = "orjson" name = "orjson"
version = "3.4.0" version = "3.4.1"
dependencies = [ dependencies = [
"associative-cache", "associative-cache",
"bytecount", "bytecount",
......
[package] [package]
name = "orjson" name = "orjson"
version = "3.4.0" version = "3.4.1"
authors = ["ijl <ijl@mailbox.org>"] authors = ["ijl <ijl@mailbox.org>"]
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
edition = "2018" edition = "2018"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment