Skip to content

Commit 3c3a734

Browse files
committed
Bump version
1 parent bdcd161 commit 3c3a734

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 4.1.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 4.1.0 (released Jul 12, 2021)
223
=====================================
324

sphinx/__init__.py

Lines changed: 3 additions & 3 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.1.0'
31-
__released__ = '4.1.0' # used when Sphinx builds its own docs
30+
__version__ = '4.1.1+'
31+
__released__ = '4.1.1' # used when Sphinx builds its own docs
3232

3333
#: Version info for better programmatic use.
3434
#:
@@ -38,7 +38,7 @@
3838
#:
3939
#: .. versionadded:: 1.2
4040
#: Before version 1.2, check the string ``sphinx.__version__``.
41-
version_info = (4, 1, 0, 'final', 0)
41+
version_info = (4, 1, 1, 'beta', 0)
4242

4343
package_dir = path.abspath(path.dirname(__file__))
4444

0 commit comments

Comments
 (0)