Skip to content

Commit dd9f9c5

Browse files
authored
chore: update changelog and classifiers (#2033)
1 parent 04d56ca commit dd9f9c5

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,32 @@ Changelog
77

88
.. rst-class:: emphasize-children
99

10+
0.26
11+
====
12+
13+
0.26.0 (unreleased)
14+
-------------------
15+
1016
0.25
1117
====
1218

13-
0.25.2 (unreleased)
14-
-------------------
19+
0.25.2
20+
------
1521
Fixed
1622
^^^^^
1723
- Fix grouping by in subqueries (#2021)
1824
- Fix sqlite decimal filter error with `__gt` (#2019)
1925

26+
Changed
27+
^^^^^
28+
- Official support python3.14 (#2026)
29+
- Migrate from poetry to uv (#1987)
30+
- Reorder imports by ruff (#1966)
31+
- Migrate lint tool from isort+black to ruff (#1963)
32+
2033
Added
2134
^^^^^
22-
- Add `create()` method to reverse ForeignKey relations, enabling `parent.children.create()` syntax
35+
- Add `create()` method to reverse ForeignKey relations, enabling `parent.children.create()` syntax (#1991)
2336

2437

2538
0.25.1

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2627
"Programming Language :: Python :: Implementation :: CPython",
2728
"Programming Language :: Python :: Implementation :: PyPy",
2829
"Programming Language :: PL/SQL",

0 commit comments

Comments
 (0)