Skip to content

Commit 142b41e

Browse files
committed
Bump to 2.0.0
1 parent 6a625bd commit 142b41e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release 2.0.0 (2024-07-28)
2+
==========================
3+
4+
* Adopt Ruff
5+
* Tighten MyPy settings
6+
* Update GitHub actions versions
7+
18
Release 1.2.7 (2024-01-13)
29
==========================
310

Diff for: sphinxcontrib/websupport/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
from os import path
66

7-
__version__ = '1.2.7'
8-
__version_info__ = (1, 2, 7)
7+
__version__ = '2.0.0'
8+
__version_info__ = (2, 0, 0)
99

1010
package_dir = path.abspath(path.dirname(__file__))
1111

0 commit comments

Comments
 (0)