Skip to content

Commit 9ed7e9c

Browse files
authored
Release 11.2.0 (#11473)
1 parent 3df650c commit 9ed7e9c

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

CHANGELOG.rst

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Version 11.2.0
2+
--------------
3+
4+
:Date: July 16, 2024
5+
6+
* `@humitos <https://github.com/humitos>`__: Pin the theme to a commit (`#11472 <https://github.com/readthedocs/readthedocs.org/pull/11472>`__)
7+
* `@humitos <https://github.com/humitos>`__: Dos: update them based on addons updates (`#11468 <https://github.com/readthedocs/readthedocs.org/pull/11468>`__)
8+
* `@stsewd <https://github.com/stsewd>`__: CSP: apply extra CSP rules only when ext-theme is enabled (`#11466 <https://github.com/readthedocs/readthedocs.org/pull/11466>`__)
9+
* `@ericholscher <https://github.com/ericholscher>`__: Refactor admin views to use the SuccessMessageMixin (`#11463 <https://github.com/readthedocs/readthedocs.org/pull/11463>`__)
10+
* `@stsewd <https://github.com/stsewd>`__: Tests: use a faster password hasher (`#11462 <https://github.com/readthedocs/readthedocs.org/pull/11462>`__)
11+
* `@stsewd <https://github.com/stsewd>`__: Fix slack notifications for stripe events (`#11460 <https://github.com/readthedocs/readthedocs.org/pull/11460>`__)
12+
* `@ericholscher <https://github.com/ericholscher>`__: Remove old flyout image (`#11459 <https://github.com/readthedocs/readthedocs.org/pull/11459>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: API V3: Filter build notifications by current project (`#11458 <https://github.com/readthedocs/readthedocs.org/pull/11458>`__)
14+
* `@humitos <https://github.com/humitos>`__: Docs: remove past sponsors and old blog post link (`#11457 <https://github.com/readthedocs/readthedocs.org/pull/11457>`__)
15+
* `@humitos <https://github.com/humitos>`__: Docs: tell users to set the canonical URL manually (`#11455 <https://github.com/readthedocs/readthedocs.org/pull/11455>`__)
16+
* `@ericholscher <https://github.com/ericholscher>`__: Release 11.1.3 (`#11454 <https://github.com/readthedocs/readthedocs.org/pull/11454>`__)
17+
* `@stsewd <https://github.com/stsewd>`__: API V3: Allow other users to see build notifications from public projects (`#11449 <https://github.com/readthedocs/readthedocs.org/pull/11449>`__)
18+
* `@plaindocs <https://github.com/plaindocs>`__: Add minimal viable docs for addons (`#11444 <https://github.com/readthedocs/readthedocs.org/pull/11444>`__)
19+
* `@humitos <https://github.com/humitos>`__: Proxito: remove redirect for `README.html` files (`#11443 <https://github.com/readthedocs/readthedocs.org/pull/11443>`__)
20+
* `@stsewd <https://github.com/stsewd>`__: CSP: remove obsolete block-all-mixed-content directive (`#11436 <https://github.com/readthedocs/readthedocs.org/pull/11436>`__)
21+
* `@stsewd <https://github.com/stsewd>`__: API V3: avoid leaking information through expandable fields (`#11381 <https://github.com/readthedocs/readthedocs.org/pull/11381>`__)
22+
* `@janbrasna <https://github.com/janbrasna>`__: chore: Update guidelines links (`#11261 <https://github.com/readthedocs/readthedocs.org/pull/11261>`__)
23+
* `@nakamura-to <https://github.com/nakamura-to>`__: Correcte the tx push command (`#11204 <https://github.com/readthedocs/readthedocs.org/pull/11204>`__)
24+
* `@humitos <https://github.com/humitos>`__: Build: rename PDF/ePUB filename to valid one automatically (`#11198 <https://github.com/readthedocs/readthedocs.org/pull/11198>`__)
25+
126
Version 11.1.3
227
--------------
328

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
master_doc = "index"
7878
copyright = "Read the Docs, Inc & contributors"
79-
version = "11.1.3"
79+
version = "11.2.0"
8080
release = version
8181
exclude_patterns = ["_build", "shared", "_includes"]
8282
default_role = "obj"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readthedocs",
3-
"version": "11.1.3",
3+
"version": "11.2.0",
44
"description": "Read the Docs build dependencies",
55
"author": "Read the Docs, Inc <[email protected]>",
66
"scripts": {

readthedocs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Read the Docs."""
22

33

4-
__version__ = "11.1.3"
4+
__version__ = "11.2.0"

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = readthedocs
3-
version = 11.1.3
3+
version = 11.2.0
44
license = MIT
55
description = Read the Docs builds and hosts documentation
66
author = Read the Docs, Inc
@@ -29,7 +29,7 @@ github_owner = readthedocs
2929
github_repo = readthedocs.org
3030

3131
[bumpver]
32-
current_version = "11.1.3"
32+
current_version = "11.2.0"
3333
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
3434
commit_message = "Bump version {old_version} -> {new_version}"
3535
commit = False

0 commit comments

Comments
 (0)