Skip to content

Commit 5ae32ce

Browse files
committed
Bump version
1 parent a72b47b commit 5ae32ce

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGES.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release 8.1.3 (in development)
2+
==============================
3+
4+
Bugs fixed
5+
----------
6+
7+
18
Release 8.1.2 (released Oct 12, 2024)
29
=====================================
310

@@ -24,7 +31,6 @@ Bugs fixed
2431
``fontawesome`` or ``fontawesome5`` packages are not installed.
2532
Patch by Jean-François B.
2633

27-
2834
Release 8.1.0 (released Oct 10, 2024)
2935
=====================================
3036

sphinx/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The Sphinx documentation toolchain."""
22

3-
__version__ = '8.1.2'
3+
__version__ = '8.1.3'
44
__display_version__ = __version__ # used for command line version
55

66
# Keep this file executable as-is in Python 3!
@@ -30,11 +30,11 @@
3030
#:
3131
#: .. versionadded:: 1.2
3232
#: Before version 1.2, check the string ``sphinx.__version__``.
33-
version_info = (8, 1, 2, 'final', 0)
33+
version_info = (8, 1, 3, 'beta', 0)
3434

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

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

0 commit comments

Comments
 (0)