We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a625bd commit 142b41eCopy full SHA for 142b41e
CHANGES.rst
@@ -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
8
Release 1.2.7 (2024-01-13)
9
==========================
10
sphinxcontrib/websupport/__init__.py
@@ -4,8 +4,8 @@
from os import path
-__version__ = '1.2.7'
-__version_info__ = (1, 2, 7)
+__version__ = '2.0.0'
+__version_info__ = (2, 0, 0)
package_dir = path.abspath(path.dirname(__file__))
11
0 commit comments