Skip to content

Commit a096bd6

Browse files
authored
Release 10.19.0 (#11128)
1 parent 3c46364 commit a096bd6

File tree

33 files changed

+10204
-8809
lines changed

33 files changed

+10204
-8809
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Version 10.19.0
2+
---------------
3+
4+
:Date: February 20, 2024
5+
6+
* `@humitos <https://github.com/humitos>`__: Addons: add model history on AddonsConfig (`#11127 <https://github.com/readthedocs/readthedocs.org/pull/11127>`__)
7+
* `@humitos <https://github.com/humitos>`__: wrangler: move script to `common/` (`#11126 <https://github.com/readthedocs/readthedocs.org/pull/11126>`__)
8+
* `@humitos <https://github.com/humitos>`__: Docs: update bullet/item list display (`#11123 <https://github.com/readthedocs/readthedocs.org/pull/11123>`__)
9+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11122 <https://github.com/readthedocs/readthedocs.org/pull/11122>`__)
10+
* `@humitos <https://github.com/humitos>`__: Notifications: show them based on permissions (`#11117 <https://github.com/readthedocs/readthedocs.org/pull/11117>`__)
11+
* `@humitos <https://github.com/humitos>`__: Settings: remove unused (`#11116 <https://github.com/readthedocs/readthedocs.org/pull/11116>`__)
12+
* `@stsewd <https://github.com/stsewd>`__: Fix test on .com (`#11115 <https://github.com/readthedocs/readthedocs.org/pull/11115>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Notifications: add admin (`#11114 <https://github.com/readthedocs/readthedocs.org/pull/11114>`__)
14+
* `@saadmk11 <https://github.com/saadmk11>`__: API V3: Only return notifications for a given organization (`#11112 <https://github.com/readthedocs/readthedocs.org/pull/11112>`__)
15+
* `@humitos <https://github.com/humitos>`__: Docs: build documentation with social cards (`#11109 <https://github.com/readthedocs/readthedocs.org/pull/11109>`__)
16+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11108 <https://github.com/readthedocs/readthedocs.org/pull/11108>`__)
17+
* `@humitos <https://github.com/humitos>`__: Build: check for pre-compiled `build.tools` when using `ubuntu-lts-latest` (`#11098 <https://github.com/readthedocs/readthedocs.org/pull/11098>`__)
18+
* `@humitos <https://github.com/humitos>`__: Release 10.18.0 (`#11096 <https://github.com/readthedocs/readthedocs.org/pull/11096>`__)
19+
* `@agjohnson <https://github.com/agjohnson>`__: Use form validation errors for important UI feedback (`#11095 <https://github.com/readthedocs/readthedocs.org/pull/11095>`__)
20+
* `@agjohnson <https://github.com/agjohnson>`__: Some fixes for notifications (`#11094 <https://github.com/readthedocs/readthedocs.org/pull/11094>`__)
21+
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump peter-evans/create-pull-request from 5 to 6 (`#11092 <https://github.com/readthedocs/readthedocs.org/pull/11092>`__)
22+
* `@stsewd <https://github.com/stsewd>`__: Use django-safemigrate for migrations (`#11087 <https://github.com/readthedocs/readthedocs.org/pull/11087>`__)
23+
* `@stsewd <https://github.com/stsewd>`__: Integrations: Don't allow webhooks without a secret (`#11083 <https://github.com/readthedocs/readthedocs.org/pull/11083>`__)
24+
* `@humitos <https://github.com/humitos>`__: Development: use `wrangler` locally (update NGINX/Dockerfile config) (`#10965 <https://github.com/readthedocs/readthedocs.org/pull/10965>`__)
25+
126
Version 10.18.0
227
---------------
328

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
master_doc = "index"
7979
copyright = "Read the Docs, Inc & contributors"
80-
version = "10.18.0"
80+
version = "10.19.0"
8181
release = version
8282
exclude_patterns = ["_build", "shared", "_includes"]
8383
default_role = "obj"

package.json

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

readthedocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Read the Docs."""
22

33

4-
__version__ = "10.18.0"
4+
__version__ = "10.19.0"

0 commit comments

Comments
 (0)