Skip to content

Commit

Permalink
Version 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Apr 22, 2020
1 parent f109a7c commit cca09d0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
We follow Semantic Version.


## 1.0.1

### Bugfixes

- Fixes that django's dev server was not catching split setting filechanges


## 1.0.0

Breaking changes:
Expand Down
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu

[tool.poetry]
name = "django-split-settings"
version = "1.0.0"
version = "1.0.1"
description = "Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files."
authors = [
"sobolevn <[email protected]>",
Expand Down

0 comments on commit cca09d0

Please sign in to comment.