Skip to content

Commit 23e29eb

Browse files
committed
Bump to 0.5.0.
1 parent 0a2059e commit 23e29eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.5.0-dev
3+
## 0.5.0
44

55
- Move from `toml` to `tomli` for TOML parsing to allow using `tomllib` in standard library for Python > 3.11.
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dj-toml-settings"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Load Django settings from a TOML file"
55
authors = [
66
{ name = "Adam Hill", email = "adam@adamghill.com" },

0 commit comments

Comments
 (0)