Skip to content

Commit 2e4f0f2

Browse files
committed
Version bump and changelog for 1.11.0
1 parent c8a7508 commit 2e4f0f2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.rst

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

6+
1.11.0 (2021-10-09)
7+
*******************
8+
9+
- Update quickstart.rst (#240)
10+
- Fix model multiple choice preference to react correctly to deletion handler (#244)
11+
- fix #234 (#235)
12+
- Fix compatibility issues with python 3.10 and django 4.0 (#236)
13+
- Fixed a typo in documentation (#229)
14+
- Add polish translation (#227)
15+
- Fix the typos in the comments and documents (#225)
16+
- Update forms docs (#224)
17+
18+
619
1.10.1 (2020-08-21)
720
*******************
821

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

0 commit comments

Comments
 (0)