File tree Expand file tree Collapse file tree 2 files changed +4
-28
lines changed Expand file tree Collapse file tree 2 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 1
- Release 4.0.0 beta2 (in development )
2
- ====================================
1
+ Release 4.0.0 beta2 (released Apr 29, 2021 )
2
+ ===========================================
3
3
4
4
Dependencies
5
5
------------
@@ -14,9 +14,6 @@ Incompatible changes
14
14
* #9023: Change the CSS classes on :rst:role:`cpp:expr` and
15
15
:rst:role:`cpp:texpr`.
16
16
17
- Deprecated
18
- ----------
19
-
20
17
Features added
21
18
--------------
22
19
@@ -39,9 +36,6 @@ Bugs fixed
39
36
* C, C++, fix ``KeyError`` when an ``alias`` directive is the first C/C++
40
37
directive in a file with another C/C++ directive later.
41
38
42
- Testing
43
- --------
44
-
45
39
Release 4.0.0 beta1 (released Apr 12, 2021)
46
40
===========================================
47
41
@@ -180,24 +174,6 @@ Bugs fixed
180
174
Release 3.5.5 (in development)
181
175
==============================
182
176
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
-
201
177
Release 3.5.4 (released Apr 11, 2021)
202
178
=====================================
203
179
Original file line number Diff line number Diff line change 27
27
warnings .filterwarnings ('ignore' , "'U' mode is deprecated" ,
28
28
DeprecationWarning , module = 'docutils.io' )
29
29
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
32
32
33
33
#: Version info for better programmatic use.
34
34
#:
You can’t perform that action at this time.
0 commit comments