Skip to content

Commit 684ed56

Browse files
committed
Bump to 8.2.0 candidate 2
1 parent 7e73faa commit 684ed56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
__version__ = '8.2.0'
5+
__version__ = '8.2.0rc2'
66
__display_version__ = __version__ # used for command line version
77

88
# Keep this file executable as-is in Python 3!
@@ -38,7 +38,7 @@
3838

3939
package_dir = _StrPath(__file__).resolve().parent
4040

41-
_in_development = True
41+
_in_development = False
4242
if _in_development:
4343
# Only import subprocess if needed
4444
import subprocess

0 commit comments

Comments
 (0)