Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 11.2.1 #11497

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version 11.2.1
--------------

:Date: July 23, 2024

* `@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>`__: 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>`__: Update organization help text (`#11481 <https://github.com/readthedocs/readthedocs.org/pull/11481>`__)
* `@humitos <https://github.com/humitos>`__: Build: do not install our extension when building with Conda (`#11479 <https://github.com/readthedocs/readthedocs.org/pull/11479>`__)
* `@humitos <https://github.com/humitos>`__: Docs: update build limits on community (`#11475 <https://github.com/readthedocs/readthedocs.org/pull/11475>`__)
* `@humitos <https://github.com/humitos>`__: Release 11.2.0 (`#11473 <https://github.com/readthedocs/readthedocs.org/pull/11473>`__)
* `@humitos <https://github.com/humitos>`__: Pin the theme to a commit (`#11472 <https://github.com/readthedocs/readthedocs.org/pull/11472>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Reorder and cleanup project settings page (`#11470 <https://github.com/readthedocs/readthedocs.org/pull/11470>`__)
* `@humitos <https://github.com/humitos>`__: Docs: remove our Sphinx search extension (`#11469 <https://github.com/readthedocs/readthedocs.org/pull/11469>`__)
* `@humitos <https://github.com/humitos>`__: Dos: update them based on addons updates (`#11468 <https://github.com/readthedocs/readthedocs.org/pull/11468>`__)
* `@humitos <https://github.com/humitos>`__: Docs: kill "Choosing a site" (`#11464 <https://github.com/readthedocs/readthedocs.org/pull/11464>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Refactor admin views to use the SuccessMessageMixin (`#11463 <https://github.com/readthedocs/readthedocs.org/pull/11463>`__)

Version 11.2.0
--------------

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.0"
version = "11.2.1"
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.0",
"version": "11.2.1",
"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.0"
__version__ = "11.2.1"
Loading
Loading