Skip to content

Commit b60394b

Browse files
committed
Release v2.2.0
1 parent db18ee3 commit b60394b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2.2.0 (2023-04-01)
22

33
* Enable internationalization for URL status messages (Timo Ludwig, #125)
44
* Enable re-checking after rate limit was hit (Timo Ludwig, #153)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(fname):
88

99
setup(
1010
name='django-linkcheck',
11-
version='2.1.0',
11+
version='2.2.0',
1212
description="A Django app that will analyze and report on links in any "
1313
"model that you register with it.",
1414
long_description=read('README.rst'),

0 commit comments

Comments
 (0)