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 48b28d1 commit 4fa01a1Copy full SHA for 4fa01a1
CHANGELOG
@@ -1,3 +1,7 @@
1
+2.2.1 (2023-04-03)
2
+
3
+* Include the compiled translations in the released package (#177)
4
5
2.2.0 (2023-04-01)
6
7
* Enable internationalization for URL status messages (Timo Ludwig, #125)
setup.py
@@ -14,7 +14,7 @@ def read(fname):
14
15
setup(
16
name='django-linkcheck',
17
- version='2.2.0',
+ version='2.2.1',
18
description="A Django app that will analyze and report on links in any "
19
"model that you register with it.",
20
long_description=read('README.rst'),
0 commit comments