Skip to content

Commit cca09d0

Browse files
committed
Version 1.0.1 release
1 parent f109a7c commit cca09d0

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
We follow Semantic Version.
44

55

6+
## 1.0.1
7+
8+
### Bugfixes
9+
10+
- Fixes that django's dev server was not catching split setting filechanges
11+
12+
613
## 1.0.0
714

815
Breaking changes:

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
44

55
[tool.poetry]
66
name = "django-split-settings"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files."
99
authors = [
1010
"sobolevn <mail@sobolevn.me>",

0 commit comments

Comments
 (0)