We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13191ed commit b3af4b7Copy full SHA for b3af4b7
request/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.6.2'
+__version__ = '1.6.3'
2
__copyright__ = 'Copyright (c) 2009-2023, Kyle Fuller, Mariusz Felisiak'
3
__author__ = [
4
'Kyle Fuller <kyle@fuller.li>',
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = django-request
-version = 1.6.2
+version = 1.6.3
url = https://django-request.readthedocs.io/en/latest/
5
download_url = https://pypi.org/project/django-request/
6
author = Kyle Fuller
0 commit comments