Skip to content

Commit f7768d8

Browse files
committed
Merge branch '3.5.x' into 3.x
2 parents c2fac1e + 4f8cb86 commit f7768d8

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

CHANGES

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 3.5.2 (in development)
1+
Release 3.5.3 (in development)
22
==============================
33

44
Dependencies
@@ -16,12 +16,19 @@ Features added
1616
Bugs fixed
1717
----------
1818

19-
* #8936: LaTeX: A custom LaTeX builder fails with unknown node error
20-
* #8952: Exceptions raised in a Directive cause parallel builds to hang
21-
2219
Testing
2320
--------
2421

22+
Release 3.5.2 (released Mar 06, 2021)
23+
=====================================
24+
25+
Bugs fixed
26+
----------
27+
28+
* #8943: i18n: Crashed by broken translation messages in ES, EL and HR
29+
* #8936: LaTeX: A custom LaTeX builder fails with unknown node error
30+
* #8952: Exceptions raised in a Directive cause parallel builds to hang
31+
2532
Release 3.5.1 (released Feb 16, 2021)
2633
=====================================
2734

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.2+'
36-
__released__ = '3.5.2' # used when Sphinx builds its own docs
35+
__version__ = '3.5.3+'
36+
__released__ = '3.5.3' # 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, 2, 'beta', 0)
46+
version_info = (3, 5, 3, 'beta', 0)
4747

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

sphinx/locale/el/LC_MESSAGES/sphinx.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3301,12 +3301,12 @@ msgstr "περισσότεροι από ένας στόχοι βρέθηκαν
33013301
#: sphinx/transforms/post_transforms/__init__.py:171
33023302
#, python-format
33033303
msgid "%s:%s reference target not found: %%(target)s"
3304-
msgstr "Ο %s:%s στόχος αναφοράς δεν βρέθηκε: %% (στόχος)"
3304+
msgstr "Ο %s:%s στόχος αναφοράς δεν βρέθηκε: %%(target)s"
33053305

33063306
#: sphinx/transforms/post_transforms/__init__.py:174
33073307
#, python-format
33083308
msgid "%r reference target not found: %%(target)s"
3309-
msgstr "ο στόχος αναφοράς %r δεν βρέθηκε: %%(στόχος)"
3309+
msgstr "ο στόχος αναφοράς %r δεν βρέθηκε: %%(target)s"
33103310

33113311
#: sphinx/transforms/post_transforms/images.py:86
33123312
#, python-format

sphinx/locale/hr/LC_MESSAGES/sphinx.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3305,7 +3305,7 @@ msgstr "%s:%s reference target nije pronađen: %%(target)s"
33053305
#: sphinx/transforms/post_transforms/__init__.py:174
33063306
#, python-format
33073307
msgid "%r reference target not found: %%(target)s"
3308-
msgstr "%r referenca target nije pronađena: %% (target)"
3308+
msgstr "%r referenca target nije pronađena: %%(target)s"
33093309

33103310
#: sphinx/transforms/post_transforms/images.py:86
33113311
#, python-format

0 commit comments

Comments
 (0)