Skip to content

Commit ea3468d

Browse files
committed
Bump to 5.0.0 beta1
1 parent e770e25 commit ea3468d

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

CHANGES

+2-23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 5.0.0 (in development)
2-
==============================
1+
Release 5.0.0 beta1 (released May 09, 2022)
2+
===========================================
33

44
Dependencies
55
------------
@@ -116,30 +116,9 @@ Bugs fixed
116116
* #10318: ``:prepend:`` option of :rst:dir:`literalinclude` directive does not
117117
work with ``:dedent:`` option
118118

119-
Testing
120-
--------
121-
122119
Release 4.5.1 (in development)
123120
==============================
124121

125-
Dependencies
126-
------------
127-
128-
Incompatible changes
129-
--------------------
130-
131-
Deprecated
132-
----------
133-
134-
Features added
135-
--------------
136-
137-
Bugs fixed
138-
----------
139-
140-
Testing
141-
--------
142-
143122
Release 4.5.0 (released Mar 28, 2022)
144123
=====================================
145124

sphinx/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
warnings.filterwarnings('ignore', 'The frontend.Option class .*',
2222
DeprecationWarning, module='docutils.frontend')
2323

24-
__version__ = '5.0.0+'
25-
__released__ = '5.0.0' # used when Sphinx builds its own docs
24+
__version__ = '5.0.0b1'
25+
__released__ = '5.0.0b1' # used when Sphinx builds its own docs
2626

2727
#: Version info for better programmatic use.
2828
#:
@@ -32,7 +32,7 @@
3232
#:
3333
#: .. versionadded:: 1.2
3434
#: Before version 1.2, check the string ``sphinx.__version__``.
35-
version_info = (5, 0, 0, 'final', 0)
35+
version_info = (5, 0, 0, 'beta', 1)
3636

3737
package_dir = path.abspath(path.dirname(__file__))
3838

0 commit comments

Comments
 (0)