File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ Change Log
55UNRELEASED
66==========
77
8+ v4.1
9+ ====
10+
11+ Additions:
12+ ----------
13+
14+ - Add RATELIMITE_HASH_ALGORITHM setting (#282, #285)
15+
16+ Minor changes:
17+ --------------
18+
19+ - Fixed links in docs (#277)
20+ - Test on Django 4.2 (#284)
21+
822v4.0
923====
1024
Original file line number Diff line number Diff line change 1- VERSION = (4 , 0 , 0 )
1+ VERSION = (4 , 1 , 0 )
22__version__ = '.' .join (map (str , VERSION ))
33
44ALL = (None ,) # Sentinel value for all HTTP methods.
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '4.0 '
51+ version = '4.1 '
5252# The full version, including alpha/beta/rc tags.
53- release = '4.0 .0'
53+ release = '4.1 .0'
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " django-ratelimit"
7- version = " 4.0 .0"
7+ version = " 4.1 .0"
88authors = [{name = " James Socol" , email = " me@jamessocol.com" }]
99requires-python = " >= 3.7"
1010license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments