Skip to content

Commit f7a52bb

Browse files
committed
Releasing 0.2.1
1 parent cb3f1e9 commit f7a52bb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 0.2.1
2+
3+
* `CSRF_TRUSTED_ORIGINS` is now set to allow all hosts
4+
5+
6+
# 0.2.0
7+
8+
* Class-based views now work with the `@app.path` decorator
9+
* Configure static files to serve from `static/` with Whitenoise
10+
11+
12+
# 0.1.0
13+
14+
* Initial release

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-singlefile"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
authors = [{ name = "Andrew Godwin", email = "[email protected]" }]
99
description = "A library to make single-file Django apps easier"
1010
readme = "README.md"

0 commit comments

Comments
 (0)