Skip to content

Commit 24848f5

Browse files
committed
Bump to 3.3.0 final
1 parent 7071631 commit 24848f5

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

CHANGES

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
Release 3.3.0 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
6-
7-
Incompatible changes
8-
--------------------
1+
Release 3.3.0 (released Nov 02, 2020)
2+
=====================================
93

104
Deprecated
115
----------
@@ -91,9 +85,6 @@ Testing
9185

9286
* #8257: Support parallel build in sphinx.testing
9387

94-
Testing
95-
--------
96-
9788
Release 3.2.1 (released Aug 14, 2020)
9889
=====================================
9990

sphinx/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
warnings.filterwarnings('ignore', "'U' mode is deprecated",
3333
DeprecationWarning, module='docutils.io')
3434

35-
__version__ = '3.3.0+'
35+
__version__ = '3.3.0'
3636
__released__ = '3.3.0' # used when Sphinx builds its own docs
3737

3838
#: Version info for better programmatic use.
@@ -43,7 +43,7 @@
4343
#:
4444
#: .. versionadded:: 1.2
4545
#: Before version 1.2, check the string ``sphinx.__version__``.
46-
version_info = (3, 3, 0, 'beta', 0)
46+
version_info = (3, 3, 0, 'final', 0)
4747

4848
package_dir = path.abspath(path.dirname(__file__))
4949

0 commit comments

Comments
 (0)