Skip to content

Commit 39ed92c

Browse files
committed
v0.10.2 release
1 parent 25649ef commit 39ed92c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Version History
22
===============
33

4-
Version 0.10.2 (unreleased)
5-
---------------------------
4+
Version 0.10.2
5+
--------------
66
* Tests: update flake8 in tox tests
77
* Format all rendered assets (html, css, js) in a pre-commit task. (PR #294, thanks @balazs-endresz)
88
* Fix Deepl translations containing variables (#276, PR #290, thanks @halitcelik)
99
* Rewrite rosetta.js: drop jQuery and modernize rosetta.js (PR #295, thanks @balazs-endresz)
1010
* Fix broken link in documentation (PR #300, thanks @KommuSoft)
11-
* Test against Django 5.2a1
11+
* Test against Django 5.2
1212
* Add OPENAI_BASE_URL and OPENAI_MODEL config for self hosted LLM translation (PR #301, thanks @ydf)
1313

1414
Version 0.10.1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deps =
3434
django42: Django>=4.2a,<4.3
3535
django50: Django>=5.0,<5.1
3636
django51: Django>=5.1,<5.2
37-
django52: Django>=5.2a1,<5.3
37+
django52: Django>=5.2,<5.3
3838

3939
pymemcache
4040
requests

0 commit comments

Comments
 (0)