Skip to content

Commit 9d649e2

Browse files
committed
Bump to 7.3.4 final
1 parent 34c1812 commit 9d649e2

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 7.3.4 (in development)
2-
==============================
1+
Release 7.3.4 (released Apr 17, 2024)
2+
=====================================
33

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

sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
#:
2929
#: .. versionadded:: 1.2
3030
#: Before version 1.2, check the string ``sphinx.__version__``.
31-
version_info = (7, 3, 4, 'beta', 0)
31+
version_info = (7, 3, 4, 'final', 0)
3232

3333
package_dir = path.abspath(path.dirname(__file__))
3434

35-
_in_development = True
35+
_in_development = False
3636
if _in_development:
3737
# Only import subprocess if needed
3838
import subprocess

0 commit comments

Comments
 (0)