Skip to content

Commit 50e1ba6

Browse files
committed
Version bump and changelog for 1.16.0
1 parent 32f1bf4 commit 50e1ba6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

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

6+
1.16.0 (2023-10-15)
7+
*******************
8+
9+
- add raw prefix to invalid regex (#299)
10+
- Add Indonesian Translations (#298)
11+
- Added ability to pickle FilePreference (#297)
12+
- Fixed invalid year for 1.15 release
613

714
1.15.0 (2023-04-05)
815
*******************

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

0 commit comments

Comments
 (0)