We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f1bf4 commit 50e1ba6Copy full SHA for 50e1ba6
HISTORY.rst
@@ -3,6 +3,13 @@
3
Changelog
4
=========
5
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
13
14
1.15.0 (2023-04-05)
15
*******************
dynamic_preferences/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "1.15.0"
+__version__ = "1.16.0"
2
default_app_config = "dynamic_preferences.apps.DynamicPreferencesConfig"
0 commit comments