Skip to content

Commit 48f6014

Browse files
committed
Version bump and changelog for 1.15.0
1 parent 4a74e11 commit 48f6014

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

HISTORY.rst

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

6+
7+
1.15.0 (2022-04-05)
8+
*******************
9+
10+
- Run tests against django 4.2 and main
11+
- Fixed broken PATCH with ModelMultipleSerializer (#291)
12+
- Fix MultipleObjectsReturned in preference admin (#285)
13+
- Batch cache updates to improve performances (#292)
14+
615
1.14.0 (2022-08-24)
716
*******************
817

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Dynamic-preferences allow you to register settings (a.k.a. preferences) in a dec
3131

3232
With dynamic-preferences, you can update settings on the fly, through django's admin or custom forms, without restarting your application.
3333

34-
The project is tested and work under Python 3.7, 3.8, 3.9, 3.10 and 3.11 and with django 3.2 and 4.1.
34+
The project is tested and work under Python 3.7, 3.8, 3.9, 3.10 and 3.11 and with django 3.2 and 4.2.
3535

3636
Features
3737
--------

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.14.0"
1+
__version__ = "1.15.0"
22
default_app_config = "dynamic_preferences.apps.DynamicPreferencesConfig"

0 commit comments

Comments
 (0)