Skip to content

Commit

Permalink
Release 10.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Nov 14, 2023
1 parent 55511b4 commit debb1ed
Show file tree
Hide file tree
Showing 33 changed files with 1,066 additions and 993 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 10.11.0
---------------

:Date: November 14, 2023

* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10898 <https://github.com/readthedocs/readthedocs.org/pull/10898>`__)
* `@humitos <https://github.com/humitos>`__: Release 10.10.0 (`#10893 <https://github.com/readthedocs/readthedocs.org/pull/10893>`__)
* `@jertel <https://github.com/jertel>`__: docs: update documentation around version warning banner (`#10877 <https://github.com/readthedocs/readthedocs.org/pull/10877>`__)

Version 10.10.0
---------------

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

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "10.10.0"
version = "10.11.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": "10.10.0",
"version": "10.11.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__ = "10.10.0"
__version__ = "10.11.0"
72 changes: 38 additions & 34 deletions readthedocs/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: readthedocs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-07 12:48+0000\n"
"POT-Creation-Date: 2023-11-14 16:43+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 @@ -299,7 +299,7 @@ msgstr ""
#: audit/templates/audit/list_logs.html:55
#: templates/core/build_list_detailed.html:21
#: templates/core/project_list_detailed.html:26
#: templates/projects/integration_webhook_detail.html:91
#: templates/projects/integration_webhook_detail.html:109
#: templates/projects/project_dashboard_base.html:74
#: templates/projects/webhook_form.html:55
#, python-format
Expand Down Expand Up @@ -582,7 +582,7 @@ msgstr ""
msgid "Status"
msgstr ""

#: builds/models.py:762 integrations/models.py:147
#: builds/models.py:762 integrations/models.py:148
msgid "Date"
msgstr "التاريخ"

Expand Down Expand Up @@ -1243,56 +1243,56 @@ msgid ""
"There was an error connecting to Stripe, please try again in a few minutes"
msgstr ""

#: integrations/models.py:150 integrations/models.py:158
#: integrations/models.py:151 integrations/models.py:159
msgid "Request headers"
msgstr ""

#: integrations/models.py:155
#: integrations/models.py:156
msgid "Request body"
msgstr ""

#: integrations/models.py:163
#: integrations/models.py:164
msgid "Response body"
msgstr ""

#: integrations/models.py:166
#: integrations/models.py:167
msgid "Status code"
msgstr ""

#: integrations/models.py:176
#: integrations/models.py:177
#, python-brace-format
msgid "Exchange {0}"
msgstr ""

#: integrations/models.py:274
#: integrations/models.py:275
msgid "GitHub incoming webhook"
msgstr ""

#: integrations/models.py:275
#: integrations/models.py:276
msgid "Bitbucket incoming webhook"
msgstr ""

#: integrations/models.py:276
#: integrations/models.py:277
msgid "GitLab incoming webhook"
msgstr ""

#: integrations/models.py:277
#: integrations/models.py:278
msgid "Generic API incoming webhook"
msgstr ""

#: integrations/models.py:288
#: integrations/models.py:289
msgid "Integration type"
msgstr ""

#: integrations/models.py:293
#: integrations/models.py:294
msgid "Provider data"
msgstr ""

#: integrations/models.py:302
#: integrations/models.py:303
msgid "Secret used to validate the payload of the webhook"
msgstr ""

#: integrations/models.py:323
#: integrations/models.py:315
#, python-brace-format
msgid "{0} for {1}"
msgstr ""
Expand Down Expand Up @@ -1482,11 +1482,11 @@ msgid ""
"reconnect them from your social account connections."
msgstr ""

#: oauth/utils.py:53
#: oauth/utils.py:57
msgid "Webhook activated"
msgstr ""

#: oauth/utils.py:61
#: oauth/utils.py:65
msgid ""
"Webhook activation failed. Make sure you have the necessary permissions."
msgstr ""
Expand Down Expand Up @@ -1514,20 +1514,16 @@ msgid "Name (descending)"
msgstr ""

#: organizations/filters.py:99
#, fuzzy
#| msgid "Organization"
msgid "All organizations"
msgstr "المنظمة"
msgstr ""

#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198
msgid "Sort by"
msgstr ""

#: organizations/filters.py:135
#, fuzzy
#| msgid "Projects"
msgid "All projects"
msgstr "مشاريع"
msgstr ""

#: organizations/filters.py:142 organizations/filters.py:172
#: organizations/filters.py:219 organizations/models.py:305
Expand Down Expand Up @@ -2269,23 +2265,23 @@ msgstr ""
msgid "Only one domain can be canonical at a time."
msgstr ""

#: projects/forms.py:928
#: projects/forms.py:925
msgid "Variable name can't start with __ (double underscore)"
msgstr ""

#: projects/forms.py:932
#: projects/forms.py:929
msgid "Variable name can't start with READTHEDOCS"
msgstr ""

#: projects/forms.py:937
#: projects/forms.py:934
msgid "There is already a variable with this name for this project"
msgstr ""

#: projects/forms.py:942
#: projects/forms.py:939
msgid "Variable name can't contain spaces"
msgstr ""

#: projects/forms.py:946
#: projects/forms.py:943
msgid "Only letters, numbers and underscore are allowed"
msgstr ""

Expand Down Expand Up @@ -3752,7 +3748,7 @@ msgid "No automation rules are currently configured."
msgstr ""

#: templates/builds/versionautomationrule_list.html:85
#: templates/projects/integration_webhook_detail.html:83
#: templates/projects/integration_webhook_detail.html:101
#: templates/projects/webhook_form.html:47
msgid "Recent Activity"
msgstr ""
Expand All @@ -3765,7 +3761,7 @@ msgid ""
msgstr ""

#: templates/builds/versionautomationrule_list.html:101
#: templates/projects/integration_webhook_detail.html:99
#: templates/projects/integration_webhook_detail.html:117
#: templates/projects/webhook_form.html:63
msgid "There is no recent activity"
msgstr ""
Expand Down Expand Up @@ -4646,18 +4642,26 @@ msgid ""
"address:"
msgstr ""

#: templates/projects/integration_webhook_detail.html:67
#: templates/projects/integration_webhook_detail.html:73
msgid ""
"This integration does not have a secret, the authenticity of the incoming "
"webhook cannot be verified. <strong>Click on \"Resync webhook\" to generate "
"a secret.</strong> Read more in our <a href=\"https://blog.readthedocs.com/"
"security-update-on-incoming-webhooks/\">blog post</a>."
msgstr ""

#: templates/projects/integration_webhook_detail.html:85
msgid ""
"For more information on manually configuring a webhook, refer to <a "
"href=\"https://docs.readthedocs.io/page/guides/setup/git-repo-automatic."
"html\"> our webhook documentation </a>"
msgstr ""

#: templates/projects/integration_webhook_detail.html:79
#: templates/projects/integration_webhook_detail.html:97
msgid "Resync webhook"
msgstr ""

#: templates/projects/integration_webhook_detail.html:108
#: templates/projects/integration_webhook_detail.html:126
msgid "Delete webhook"
msgstr ""

Expand Down
Loading

0 comments on commit debb1ed

Please sign in to comment.