You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ Also, check this [example project](https://github.com/wemake-services/wemake-dja
27
27
28
28
While this package will most likely work with the most versions of `django`, we [officially support](https://github.com/sobolevn/django-split-settings/blob/master/.github/workflows/test.yml):
Copy file name to clipboardExpand all lines: pyproject.toml
+14-10
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "django-split-settings"
3
-
version = "1.2.0"
3
+
version = "1.3.0"
4
4
description = "Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files."
0 commit comments