mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-26 05:07:35 -05:00
Bump to 9.0.4 final
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
Release 9.0.4 (in development)
|
||||
==============================
|
||||
Release 9.0.4 (released Dec 04, 2025)
|
||||
=====================================
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
+2
-2
@@ -22,12 +22,12 @@ __display_version__: Final = __version__ # used for command line version
|
||||
#:
|
||||
#: .. versionadded:: 1.2
|
||||
#: Before version 1.2, check the string ``sphinx.__version__``.
|
||||
version_info: Final = (9, 0, 4, 'beta', 0)
|
||||
version_info: Final = (9, 0, 4, 'final', 0)
|
||||
|
||||
package_dir: Final = _StrPath(__file__).resolve().parent
|
||||
del _StrPath
|
||||
|
||||
_in_development = True
|
||||
_in_development = False
|
||||
if _in_development:
|
||||
# Only import subprocess if needed
|
||||
import subprocess
|
||||
|
||||
Reference in New Issue
Block a user