Skip to content

Commit 0e8a638

Browse files
committed
Bump to 8.0.0 final
1 parent 5750d0e commit 0e8a638

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

CHANGES.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 8.0.0 (in development)
2-
==============================
1+
Release 8.0.0 (released Jul 29, 2024)
2+
=====================================
33

44
Dependencies
55
------------
@@ -91,15 +91,6 @@ Deprecated
9191
or :py:class:`~pathlib.Path`'s methods to work with path objects.
9292
Patch by Adam Turner.
9393

94-
Features added
95-
--------------
96-
97-
Bugs fixed
98-
----------
99-
100-
Testing
101-
-------
102-
10394
Release 7.4.7 (released Jul 20, 2024)
10495
=====================================
10596

sphinx/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
#:
2828
#: .. versionadded:: 1.2
2929
#: Before version 1.2, check the string ``sphinx.__version__``.
30-
version_info = (8, 0, 0, 'candidate', 2)
30+
version_info = (8, 0, 0, 'final', 0)
3131

3232
package_dir = os.path.abspath(os.path.dirname(__file__))
3333

34-
_in_development = True
34+
_in_development = False
3535
if _in_development:
3636
# Only import subprocess if needed
3737
import subprocess

0 commit comments

Comments
 (0)