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 db18ee3 commit b60394bCopy full SHA for b60394b
CHANGELOG
@@ -1,4 +1,4 @@
1
-Unreleased
+2.2.0 (2023-04-01)
2
3
* Enable internationalization for URL status messages (Timo Ludwig, #125)
4
* Enable re-checking after rate limit was hit (Timo Ludwig, #153)
setup.py
@@ -8,7 +8,7 @@ def read(fname):
8
9
setup(
10
name='django-linkcheck',
11
- version='2.1.0',
+ version='2.2.0',
12
description="A Django app that will analyze and report on links in any "
13
"model that you register with it.",
14
long_description=read('README.rst'),
0 commit comments