Skip to content

Commit 9830cfd

Browse files
committed
Bump 1.0.3
1 parent c4c7e03 commit 9830cfd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Next release
44

5-
**Release date: unknown**
5+
**Release date: 2024-02-29**
66

77
### Improvements
88

9-
- When package `defusedxml` is installed in the same environment, builtin xmlrpc.client module is patched to reduce
9+
- When package `defusedxml` is installed in the same environment, builtin `xmlrpc.client` module is patched to reduce
1010
the risk of various XML payload based attacks on the server
1111

1212
### Fixes
@@ -15,8 +15,9 @@
1515

1616
### Misc
1717

18-
- Added support for Django 5.0
19-
- Reduced the verbosity of the package. Startup initialization message is now a DEBUG log instead of an INFO one.
18+
- Added support for Django 5.0 (Thanks to @washeck)
19+
- Reduced the verbosity of the package. Startup initialization message is now a DEBUG log instead of
20+
an INFO one (Thanks to @washeck)
2021
- Dropped use of Black and PyLint. Use Ruff to enforce all linting rules and code formatting
2122

2223
## v1.0.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77

88
[tool.poetry]
99
name = "django-modern-rpc"
10-
version = "1.0.2"
10+
version = "1.0.3"
1111

1212
authors = ["Antoine Lorence <antoine.lorence@gmail.com>"]
1313
description = "Simple and powerful RPC server for your Django project"

0 commit comments

Comments
 (0)