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 3c0fd25 commit 63d4a66Copy full SHA for 63d4a66
CHANGES.erp5.util.txt
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+0.4.77 (2025-02-18)
5
+-------------------
6
+
7
+ * testnode:
8
+ - fix handling of shebang like '#!/bin/sh -e'
9
+ * remove totally webchecker
10
11
0.4.76 (2024-05-07)
12
-------------------
13
setup.py
@@ -2,7 +2,7 @@
import glob
import os
-version = '0.4.76'
+version = '0.4.77'
name = 'erp5.util'
long_description = open("README.erp5.util.txt").read() + "\n"
0 commit comments