Skip to content

Commit a1510de

Browse files
committed
Bump to 8.1.3 final
1 parent 62e9606 commit a1510de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 8.1.3 (in development)
2-
==============================
1+
Release 8.1.3 (released Oct 13, 2024)
2+
=====================================
33

44
Bugs fixed
55
----------

sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
#:
3131
#: .. versionadded:: 1.2
3232
#: Before version 1.2, check the string ``sphinx.__version__``.
33-
version_info = (8, 1, 3, 'beta', 0)
33+
version_info = (8, 1, 3, 'final', 0)
3434

3535
package_dir = os.path.abspath(os.path.dirname(__file__))
3636

37-
_in_development = True
37+
_in_development = False
3838
if _in_development:
3939
# Only import subprocess if needed
4040
import subprocess

0 commit comments

Comments
 (0)