Skip to content

Commit c908b24

Browse files
committed
Bump version and update changelog.
1 parent d035b71 commit c908b24

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
## 7.0.2
4+
5+
- Remove self-dependency in the pyproject.toml, fixing poetry installs (#130)
6+
37
## 7.0.1
48

59
- Ensure csimdjson.pxd is included in the sdist (#129)

pyproject.toml

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

55
[project]
66
name = "pysimdjson"
7-
version = "7.0.1"
7+
version = "7.0.2"
88
description = "Add your description here"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)