Skip to content

Commit d1e34a4

Browse files
committed
Prepare release 2.0
1 parent 14451ef commit d1e34a4

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = "1.3"
61+
version = "2.0"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "1.3"
63+
release = "2.0"
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

docs/news.rst

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
News
22
====
33

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+
417

518
1.3
619
---

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def run_tests(self):
2020

2121
setuptools.setup(
2222
name='scripttest',
23-
version='1.3',
23+
version='2.0',
2424
description='Helper to test command-line scripts',
2525
long_description=open('README.rst').read(),
2626
classifiers=[

0 commit comments

Comments
 (0)