Skip to content

Commit 8bc3793

Browse files
authored
Release 10.24.0 (#11281)
1 parent 1c0f1c7 commit 8bc3793

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 10.24.0
2+
---------------
3+
4+
:Date: April 16, 2024
5+
6+
* `@hoyes <https://github.com/hoyes>`__: Dev: Allow Minio to be used without debug mode (`#11272 <https://github.com/readthedocs/readthedocs.org/pull/11272>`__)
7+
* `@ericholscher <https://github.com/ericholscher>`__: Release 10.23.2 (`#11269 <https://github.com/readthedocs/readthedocs.org/pull/11269>`__)
8+
* `@humitos <https://github.com/humitos>`__: Notification: typo in message (`#11268 <https://github.com/readthedocs/readthedocs.org/pull/11268>`__)
9+
* `@agjohnson <https://github.com/agjohnson>`__: Add error view for error handling and error view testing (`#11263 <https://github.com/readthedocs/readthedocs.org/pull/11263>`__)
10+
* `@humitos <https://github.com/humitos>`__: Build: remove `append_conf` _magic_ from MkDocs (`#11206 <https://github.com/readthedocs/readthedocs.org/pull/11206>`__)
11+
* `@humitos <https://github.com/humitos>`__: APIv3: add more generic fields (`#11205 <https://github.com/readthedocs/readthedocs.org/pull/11205>`__)
12+
113
Version 10.23.2
214
---------------
315

docs/conf.py

+1-1
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.23.1"
80+
version = "10.24.0"
8181
release = version
8282
exclude_patterns = ["_build", "shared", "_includes"]
8383
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": "10.23.1",
3+
"version": "10.24.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__ = "10.23.1"
4+
__version__ = "10.24.0"

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = readthedocs
3-
version = 10.23.2
3+
version = 10.24.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 = "10.23.1"
32+
current_version = "10.24.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)