Skip to content

Commit 684b12a

Browse files
committed
Prepare for 3.8rc1 release - just one packaging change
1 parent b1dd37e commit 684b12a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Unreleased
77

88
- Nothing, currently
99

10+
3.8rc1
11+
======
12+
- Move from setup.py and setup.cfg to pyproject.toml (#209)
13+
1014
3.8rc
1115
=====
1216

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django_csp"
7-
version = "3.8rc"
7+
version = "3.8rc1"
88
description = "Django Content Security Policy support."
99
readme = "README.rst"
1010
authors = [{name = "James Socol", email = "me@jamessocol.com"}]

0 commit comments

Comments
 (0)