Skip to content

Commit 14ff1bc

Browse files
committed
Bump version
1 parent 1aca32c commit 14ff1bc

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Release 3.5.4 (in development)
2+
==============================
3+
4+
Dependencies
5+
------------
6+
7+
Incompatible changes
8+
--------------------
9+
10+
Deprecated
11+
----------
12+
13+
Features added
14+
--------------
15+
16+
Bugs fixed
17+
----------
18+
19+
Testing
20+
--------
21+
122
Release 3.5.3 (released Mar 20, 2021)
223
=====================================
324

sphinx/__init__.py

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

35-
__version__ = '3.5.3'
36-
__released__ = '3.5.3' # used when Sphinx builds its own docs
35+
__version__ = '3.5.4+'
36+
__released__ = '3.5.4' # used when Sphinx builds its own docs
3737

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

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

0 commit comments

Comments
 (0)