Skip to content

Commit 3f15e28

Browse files
committed
Version bump and changelog for 1.13.0
1 parent d41b75a commit 3f15e28

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

HISTORY.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
Changelog
44
=========
55

6+
1.13.0 (2022-06-12)
7+
*******************
8+
9+
- Add autofield to avoid unecessary migrations
10+
- Bumped dependencies
11+
- updated readme with supported python / django versions
12+
- Flake, autoflake and various cleanups for tests file
13+
- Blackified
14+
- Remove unittest TestCases, switch to pytest style
15+
- Handle serialization for non interger primary key in ModelMultipleSerializer )#268
16+
- Updated readme badges
17+
- Fixed invalid workflow action
18+
- Ensure tests are run for incoming PRs (#271)
19+
- Added config option to specify the cache to use (#270)
20+
- Fix CI pipeline (#269)
21+
- Setup CI with Gitlab actions (#267)
22+
- FloatPreference can be initialized with either int or float (#266)
23+
24+
625
1.12.0 (2022-02-26)
726
*******************
827

@@ -13,7 +32,8 @@ Changelog
1332
- Fix signal handler doc (#250)
1433
- Added htmlcov in .gitignore (#251)
1534
- Use stdout in checkpreferences (#252)
16-
- MAINT:dynamic_preferences serializers.py - Exception handling for class ModelMultipleSerializer; types.py - handle queryset in api_reprs of ModelChoicePreference (#243)
35+
- MAINT:dynamic_preferences serializers.py
36+
- - Exception handling for class ModelMultipleSerializer; types.py - handle queryset in api_reprs of ModelChoicePreference (#243)
1737

1838
1.11.0 (2021-10-09)
1939
*******************

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

0 commit comments

Comments
 (0)