Skip to content

Commit 67ad9f2

Browse files
committed
Release 1.7.1.
1 parent d62747a commit 67ad9f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-request"
7-
version = "1.7.0"
7+
version = "1.7.1"
88
dependencies = [
99
"Django>=4.2",
1010
"python-dateutil",

request/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.0"
1+
__version__ = "1.7.1"
22
__copyright__ = "Copyright (c) 2009-2025, Kyle Fuller, Mariusz Felisiak"
33
__author__ = [
44
"Kyle Fuller <kyle@fuller.li>",

0 commit comments

Comments
 (0)