8000 Bump to 4.0.0 beta2 · sphinx-doc/sphinx@07e8475 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07e8475

Browse files
committed
Bump to 4.0.0 beta2
1 parent 3b12911 commit 07e8475

File tree

2 files changed

+4
-28
lines changed

2 files changed

+4
-28
lines changed

CHANGES

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 4.0.0 beta2 (in development)
2-
====================================
1+
Release 4.0.0 beta2 (released Apr 29, 2021)
2+
===========================================
33

44
Dependencies
55
------------
@@ -14,9 +14,6 @@ Incompatible changes
1414
* #9023: Change the CSS classes on :rst:role:`cpp:expr` and
1515
:rst:role:`cpp:texpr`.
1616

17-
Deprecated
18-
----------
19-
2017
Features added
2118
--------------
2219

@@ -39,9 +36,6 @@ Bugs fixed
3936
* C, C++, fix ``KeyError`` when an ``alias`` directive is the first C/C++
4037
directive in a file with another C/C++ directive later.
4138

42-
Testing
43-
--------
44-
4539
Release 4.0.0 beta1 (released Apr 12, 2021)
4640
===========================================
4741

@@ -180,24 +174,6 @@ Bugs fixed
180174
Release 3.5.5 (in development)
181175
==============================
182176

183-
Dependencies
184-
------------
185-
186-
Incompatible changes
187-
--------------------
188-
189-
Deprecated
190-
----------
191-
192-
Features added
193-
--------------
194-
195-
Bugs fixed
196-
----------
197-
198-
Testing
199-
--------
200-
201177
Release 3.5.4 (released Apr 11, 2021)
202178
=====================================
203179

sphinx/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
warnings.filterwarnings('ignore', "'U' mode is deprecated",
2828
DeprecationWarning, module='docutils.io')
2929

30-
__version__ = '4.0.0+'
31-
__released__ = '4.0.0' # used when Sphinx builds its own docs
30+
__version__ = '4.0.0b2'
31+
__released__ = '4.0.0b2' # used when Sphinx builds its own docs
3232

3333
#: Version info for better programmatic use.
3434
#:

0 commit comments

Comments
 (0)
0