Skip to content

Commit 5f83b35

Browse files
committed
Version bump and changelog for 1.17.0
1 parent 05e47b2 commit 5f83b35

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

HISTORY.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
Changelog
44
=========
55

6+
1.17.0 (2025-01-11)
7+
*******************
8+
9+
This version includes update to our django/python compatibility table. Tests now run
10+
against python 3.9, 3.10, 3.11, 3.12, 3.13, Django 4.2 and Django 5.1. These versions are officially supported.
11+
12+
- Drop support for python 3.7, 3.8 and django 3.2. Also run tests on python 3.12, 3.13 and django 5.1 (#312)
13+
- `preference_updated` is now triggered when the preference is updated by the REST API (#310)
14+
- Add the preference model instance to the parameters of the `preference_updated` signal's. (#310)
15+
- Fix conversion of non-integer pk value in ModelSerializer (#307)
16+
- remove six usage (#306)
17+
- fix(docs): Fix quote in quickstart guide (#304)
18+
- fix(docs): Update Python and django versions in docs (#305)
19+
- return 400 when calling bulk update with an empty payload (#302)
20+
21+
622
1.16.0 (2023-10-15)
723
*******************
824

dynamic_preferences/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.16.0"
1+
__version__ = "1.17.0"
22
default_app_config = "dynamic_preferences.apps.DynamicPreferencesConfig"

0 commit comments

Comments
 (0)