File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = "1.3 "
61
+ version = "2.0 "
62
62
# The full version, including alpha/beta/rc tags.
63
- release = "1.3 "
63
+ release = "2.0 "
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
News
2
2
====
3
3
4
+ 2.0
5
+ ---
6
+
7
+ **March 8, 2025 **.
8
+
9
+ * Python 3.6 or higher is now required
10
+ * The temporary file discovery logic was rewritten, thus it will flag dangling
11
+ temporary files more reliably
12
+ * Various metadata updates to reflect that scripttest is now a PyPA project
13
+ hosted on GitHub and ReadTheDocs
14
+ * Don't attempt to hash a named pipe to avoid indefinite hanging
15
+ * Include tests in source distributions
16
+
4
17
5
18
1.3
6
19
---
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def run_tests(self):
20
20
21
21
setuptools .setup (
22
22
name = 'scripttest' ,
23
- version = '1.3 ' ,
23
+ version = '2.0 ' ,
24
24
description = 'Helper to test command-line scripts' ,
25
25
long_description = open ('README.rst' ).read (),
26
26
classifiers = [
You can’t perform that action at this time.
0 commit comments