Skip to content

Commit ec4295a

Browse files
committed
Version 1.3.1 release
1 parent 7928e18 commit ec4295a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.3.1
7+
8+
### Bugfixes
9+
10+
- Fixes getting the last stack item performance #532
11+
12+
613
## 1.3.0
714

815
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-split-settings"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files."
55
authors = [
66
"sobolevn <mail@sobolevn.me>",

0 commit comments

Comments
 (0)