Skip to content

Commit

Permalink
Release 11.3.0 (#11506)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Jul 30, 2024
1 parent 9ef7db8 commit 35ec392
Show file tree
Hide file tree
Showing 34 changed files with 795 additions and 1,967 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Version 11.3.0
--------------

:Date: July 30, 2024

* `@stsewd <https://github.com/stsewd>`__: Templates: remove unused filter (`#11504 <https://github.com/readthedocs/readthedocs.org/pull/11504>`__)
* `@stsewd <https://github.com/stsewd>`__: Social accounts: Add filter to check if a social account can be disconnected (`#11503 <https://github.com/readthedocs/readthedocs.org/pull/11503>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11502 <https://github.com/readthedocs/readthedocs.org/pull/11502>`__)
* `@humitos <https://github.com/humitos>`__: Build: do not use custom builder when `DISABLE_SPHINX_MANIPULATION` (`#11499 <https://github.com/readthedocs/readthedocs.org/pull/11499>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 11.2.1 (`#11497 <https://github.com/readthedocs/readthedocs.org/pull/11497>`__)
* `@humitos <https://github.com/humitos>`__: Logs: slightly improve on subscription cancelled logs (`#11496 <https://github.com/readthedocs/readthedocs.org/pull/11496>`__)
* `@humitos <https://github.com/humitos>`__: Docs: use the latest rc1 release of the theme (`#11495 <https://github.com/readthedocs/readthedocs.org/pull/11495>`__)
* `@humitos <https://github.com/humitos>`__: Addons: remove "beta" framing around addons (`#11493 <https://github.com/readthedocs/readthedocs.org/pull/11493>`__)
* `@humitos <https://github.com/humitos>`__: Docs: remove beta framing from pull request (`#11492 <https://github.com/readthedocs/readthedocs.org/pull/11492>`__)
* `@humitos <https://github.com/humitos>`__: Proxito: remove outdated URL (`#11491 <https://github.com/readthedocs/readthedocs.org/pull/11491>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Add an initial resync_versions API to v3 (`#11484 <https://github.com/readthedocs/readthedocs.org/pull/11484>`__)

Version 11.2.1
--------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "11.2.1"
version = "11.3.0"
release = version
exclude_patterns = ["_build", "shared", "_includes"]
default_role = "obj"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readthedocs",
"version": "11.2.1",
"version": "11.3.0",
"description": "Read the Docs build dependencies",
"author": "Read the Docs, Inc <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Read the Docs."""


__version__ = "11.2.1"
__version__ = "11.3.0"
64 changes: 20 additions & 44 deletions readthedocs/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: readthedocs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-23 14:39+0000\n"
"POT-Creation-Date: 2024-07-30 11:36+0000\n"
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
"Last-Translator: Mustafa <[email protected]>, 2020\n"
"Language-Team: Arabic (http://app.transifex.com/readthedocs/readthedocs/"
Expand Down Expand Up @@ -145,39 +145,39 @@ msgstr ""
msgid "Privacy Policy"
msgstr "سياسة الخصوصية"

#: api/v3/serializers.py:625
#: api/v3/serializers.py:635
#, python-brace-format
msgid "Invalid project name \"{0}\": no slug generated."
msgstr ""

#: api/v3/serializers.py:629
#: api/v3/serializers.py:639
#, python-brace-format
msgid "Project with slug \"{0}\" already exists."
msgstr ""

#: api/v3/serializers.py:864
#: api/v3/serializers.py:874
#, python-brace-format
msgid "Project with {slug_name}={value} is not valid as subproject"
msgstr ""

#: api/v3/serializers.py:872 projects/forms.py:603
#: api/v3/serializers.py:882 projects/forms.py:603
msgid "A subproject with this alias already exists"
msgstr ""

#: api/v3/serializers.py:1015
#: api/v3/serializers.py:1025
#, python-brace-format
msgid ""
"Prefix redirects have been removed. Please use an exact redirect `/prefix/*` "
"instead. See {blog_link}."
msgstr ""

#: api/v3/serializers.py:1021
#: api/v3/serializers.py:1031
#, python-brace-format
msgid ""
"sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}."
msgstr ""

#: api/v3/serializers.py:1027
#: api/v3/serializers.py:1037
#, python-brace-format
msgid ""
"sphinx_htmldir redirect has been renamed to html_to_clean_url. See "
Expand Down Expand Up @@ -2399,10 +2399,8 @@ msgid "Repository URL"
msgstr "عنوان المستودع"

#: projects/models.py:260
#, fuzzy
#| msgid "Repository URL"
msgid "Git repository URL"
msgstr "عنوان المستودع"
msgstr ""

#: projects/models.py:267
msgid "Repository type"
Expand Down Expand Up @@ -2989,16 +2987,12 @@ msgid "Project addons updated"
msgstr ""

#: projects/views/private.py:270
#, fuzzy
#| msgid "Version"
msgid "Version created"
msgstr "الإصدار"
msgstr ""

#: projects/views/private.py:275
#, fuzzy
#| msgid "Version"
msgid "Version updated"
msgstr "الإصدار"
msgstr ""

#: projects/views/private.py:402
#, python-brace-format
Expand All @@ -3008,45 +3002,33 @@ msgid ""
msgstr ""

#: projects/views/private.py:460
#, fuzzy
#| msgid "Subprojects"
msgid "Subproject created"
msgstr "مشاريع فرعية"
msgstr ""

#: projects/views/private.py:464
#, fuzzy
#| msgid "Subprojects"
msgid "Subproject updated"
msgstr "مشاريع فرعية"
msgstr ""

#: projects/views/private.py:469
#, fuzzy
#| msgid "Subprojects"
msgid "Subproject deleted"
msgstr "مشاريع فرعية"
msgstr ""

#: projects/views/private.py:512
#, fuzzy
#| msgid "Deleted"
msgid "User deleted"
msgstr "حُذف"
msgstr ""

#: projects/views/private.py:523
#, python-brace-format
msgid "{username} is the last owner, can't be removed"
msgstr ""

#: projects/views/private.py:588
#, fuzzy
#| msgid "Publication date"
msgid "Notification created"
msgstr "تاريخ النشر"
msgstr ""

#: projects/views/private.py:593
#, fuzzy
#| msgid "Publication date"
msgid "Notification deleted"
msgstr "تاريخ النشر"
msgstr ""

#: projects/views/private.py:628
msgid "Webhook created"
Expand Down Expand Up @@ -3081,22 +3063,16 @@ msgid "Redirect deleted"
msgstr ""

#: projects/views/private.py:818
#, fuzzy
#| msgid "Machine Created"
msgid "Domain created"
msgstr "صنع الألة"
msgstr ""

#: projects/views/private.py:838
#, fuzzy
#| msgid "Domain"
msgid "Domain updated"
msgstr "النطاق"
msgstr ""

#: projects/views/private.py:853
#, fuzzy
#| msgid "Deleted"
msgid "Domain deleted"
msgstr "حُذف"
msgstr ""

#: projects/views/private.py:898
msgid "Integration created"
Expand Down
76 changes: 23 additions & 53 deletions readthedocs/locale/ca/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: readthedocs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-23 14:39+0000\n"
"POT-Creation-Date: 2024-07-30 11:36+0000\n"
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
"Last-Translator: dplanella <[email protected]>, 2017\n"
"Language-Team: Catalan (http://app.transifex.com/readthedocs/readthedocs/"
Expand Down Expand Up @@ -141,39 +141,39 @@ msgstr ""
msgid "Privacy Policy"
msgstr ""

#: api/v3/serializers.py:625
#: api/v3/serializers.py:635
#, python-brace-format
msgid "Invalid project name \"{0}\": no slug generated."
msgstr ""

#: api/v3/serializers.py:629
#: api/v3/serializers.py:639
#, python-brace-format
msgid "Project with slug \"{0}\" already exists."
msgstr ""

#: api/v3/serializers.py:864
#: api/v3/serializers.py:874
#, python-brace-format
msgid "Project with {slug_name}={value} is not valid as subproject"
msgstr ""

#: api/v3/serializers.py:872 projects/forms.py:603
#: api/v3/serializers.py:882 projects/forms.py:603
msgid "A subproject with this alias already exists"
msgstr ""

#: api/v3/serializers.py:1015
#: api/v3/serializers.py:1025
#, python-brace-format
msgid ""
"Prefix redirects have been removed. Please use an exact redirect `/prefix/*` "
"instead. See {blog_link}."
msgstr ""

#: api/v3/serializers.py:1021
#: api/v3/serializers.py:1031
#, python-brace-format
msgid ""
"sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}."
msgstr ""

#: api/v3/serializers.py:1027
#: api/v3/serializers.py:1037
#, python-brace-format
msgid ""
"sphinx_htmldir redirect has been renamed to html_to_clean_url. See "
Expand Down Expand Up @@ -2395,10 +2395,8 @@ msgid "Repository URL"
msgstr "URL del repositori"

#: projects/models.py:260
#, fuzzy
#| msgid "Repository URL"
msgid "Git repository URL"
msgstr "URL del repositori"
msgstr ""

#: projects/models.py:267
msgid "Repository type"
Expand Down Expand Up @@ -2990,16 +2988,12 @@ msgid "Project addons updated"
msgstr ""

#: projects/views/private.py:270
#, fuzzy
#| msgid "Version"
msgid "Version created"
msgstr "Versió"
msgstr ""

#: projects/views/private.py:275
#, fuzzy
#| msgid "Version"
msgid "Version updated"
msgstr "Versió"
msgstr ""

#: projects/views/private.py:402
#, python-brace-format
Expand All @@ -3009,45 +3003,33 @@ msgid ""
msgstr ""

#: projects/views/private.py:460
#, fuzzy
#| msgid "Subprojects"
msgid "Subproject created"
msgstr "Subprojectes"
msgstr ""

#: projects/views/private.py:464
#, fuzzy
#| msgid "Subprojects"
msgid "Subproject updated"
msgstr "Subprojectes"
msgstr ""

#: projects/views/private.py:469
#, fuzzy
#| msgid "Subprojects"
msgid "Subproject deleted"
msgstr "Subprojectes"
msgstr ""

#: projects/views/private.py:512
#, fuzzy
#| msgid "Deleted"
msgid "User deleted"
msgstr "Eliminat"
msgstr ""

#: projects/views/private.py:523
#, python-brace-format
msgid "{username} is the last owner, can't be removed"
msgstr ""

#: projects/views/private.py:588
#, fuzzy
#| msgid "Publication date"
msgid "Notification created"
msgstr "Data de publicació"
msgstr ""

#: projects/views/private.py:593
#, fuzzy
#| msgid "Publication date"
msgid "Notification deleted"
msgstr "Data de publicació"
msgstr ""

#: projects/views/private.py:628
msgid "Webhook created"
Expand All @@ -3062,34 +3044,24 @@ msgid "Webhook deleted"
msgstr ""

#: projects/views/private.py:703
#, fuzzy
#| msgid "Translations"
msgid "Translation created"
msgstr "Traduccions"
msgstr ""

#: projects/views/private.py:708
#, fuzzy
#| msgid "Translations"
msgid "Translation deleted"
msgstr "Traduccions"
msgstr ""

#: projects/views/private.py:751
#, fuzzy
#| msgid "Redirect Type"
msgid "Redirect created"
msgstr "Tipus de redirecció"
msgstr ""

#: projects/views/private.py:755
#, fuzzy
#| msgid "Redirect Type"
msgid "Redirect updated"
msgstr "Tipus de redirecció"
msgstr ""

#: projects/views/private.py:785
#, fuzzy
#| msgid "Redirect Type"
msgid "Redirect deleted"
msgstr "Tipus de redirecció"
msgstr ""

#: projects/views/private.py:818
msgid "Domain created"
Expand All @@ -3100,10 +3072,8 @@ msgid "Domain updated"
msgstr ""

#: projects/views/private.py:853
#, fuzzy
#| msgid "Deleted"
msgid "Domain deleted"
msgstr "Eliminat"
msgstr ""

#: projects/views/private.py:898
msgid "Integration created"
Expand Down
Loading

0 comments on commit 35ec392

Please sign in to comment.