1 parent 4769feb commit 9eb88c6Copy full SHA for 9eb88c6
2 files changed
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Changelog
2
3
-## 0.10.5 (2026-08-04)
+## 0.10.5 (2026-08-07)
4
5
- Add binary wheels for Python 3.15.
6
+- Clarified comparison between ceil/expand and floor/trunc rounding modes
7
+ in docs (Thanks to @LilyFirefly)
8
9
## 0.10.4 (2026-08-02)
10
pyproject.toml
@@ -23,6 +23,7 @@ classifiers = [
23
"Programming Language :: Python :: 3.12",
24
"Programming Language :: Python :: 3.13",
25
"Programming Language :: Python :: 3.14",
26
+ "Programming Language :: Python :: 3.15",
27
"Programming Language :: Python :: Implementation :: CPython",
28
"Programming Language :: Python :: Implementation :: PyPy",
29
"Programming Language :: Python :: Free Threading :: 2 - Beta",
0 commit comments