Skip to content

Commit c86e17d

Browse files
committed
Bump version
1 parent a72135c commit c86e17d

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 2.4.1 (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 2.4.0 (released Feb 09, 2020)
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__ = '2.4.0'
36-
__released__ = '2.4.0' # used when Sphinx builds its own docs
35+
__version__ = '2.4.1+'
36+
__released__ = '2.4.1' # 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 = (2, 4, 0, 'final', 0)
46+
version_info = (2, 4, 1, 'beta', 0)
4747

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

0 commit comments

Comments
 (0)