Skip to content

Commit 4fa01a1

Browse files
committed
Release v2.2.1
1 parent 48b28d1 commit 4fa01a1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.1 (2023-04-03)
2+
3+
* Include the compiled translations in the released package (#177)
4+
15
2.2.0 (2023-04-01)
26

37
* Enable internationalization for URL status messages (Timo Ludwig, #125)

setup.py

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

1515
setup(
1616
name='django-linkcheck',
17-
version='2.2.0',
17+
version='2.2.1',
1818
description="A Django app that will analyze and report on links in any "
1919
"model that you register with it.",
2020
long_description=read('README.rst'),

0 commit comments

Comments
 (0)