Skip to content

Commit 757984f

Browse files
authored
Release 10.25.0 (#11334)
1 parent ba32bd2 commit 757984f

File tree

5 files changed

+33
-5
lines changed

5 files changed

+33
-5
lines changed

CHANGELOG.rst

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
Version 10.25.0
2+
---------------
3+
4+
:Date: May 21, 2024
5+
6+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11331 <https://github.com/readthedocs/readthedocs.org/pull/11331>`__)
7+
* `@agjohnson <https://github.com/agjohnson>`__: Move dashboard API filter fields to model queryset filter fields (`#11330 <https://github.com/readthedocs/readthedocs.org/pull/11330>`__)
8+
* `@humitos <https://github.com/humitos>`__: Adapt `__str__` and `__repr__` methods for DB (`#11329 <https://github.com/readthedocs/readthedocs.org/pull/11329>`__)
9+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11323 <https://github.com/readthedocs/readthedocs.org/pull/11323>`__)
10+
* `@henryiii <https://github.com/henryiii>`__: docs: update uv instructions (`#11322 <https://github.com/readthedocs/readthedocs.org/pull/11322>`__)
11+
* `@humitos <https://github.com/humitos>`__: Docs: use EthicalAd implementation from addons (`#11318 <https://github.com/readthedocs/readthedocs.org/pull/11318>`__)
12+
* `@rffontenelle <https://github.com/rffontenelle>`__: Languages code are now normalized (`#11315 <https://github.com/readthedocs/readthedocs.org/pull/11315>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Addons: mark project as raw ID in admin (`#11311 <https://github.com/readthedocs/readthedocs.org/pull/11311>`__)
14+
* `@humitos <https://github.com/humitos>`__: Wrangler: NGINX and redirects (`#11305 <https://github.com/readthedocs/readthedocs.org/pull/11305>`__)
15+
* `@humitos <https://github.com/humitos>`__: Dashboard: promote "security logs" only if organization owner (`#11304 <https://github.com/readthedocs/readthedocs.org/pull/11304>`__)
16+
* `@humitos <https://github.com/humitos>`__: Docs: use addons search (`#11303 <https://github.com/readthedocs/readthedocs.org/pull/11303>`__)
17+
* `@humitos <https://github.com/humitos>`__: Addons: return 404 when the `project` does not exist in the DB (`#11302 <https://github.com/readthedocs/readthedocs.org/pull/11302>`__)
18+
* `@jeffwidman <https://github.com/jeffwidman>`__: Replace non-existant `python.install.package` with `python.install.path` (`#11301 <https://github.com/readthedocs/readthedocs.org/pull/11301>`__)
19+
* `@agjohnson <https://github.com/agjohnson>`__: Use initial value for default dashboard template name (`#11298 <https://github.com/readthedocs/readthedocs.org/pull/11298>`__)
20+
* `@ericholscher <https://github.com/ericholscher>`__: Revert "Cleanup: delete `yaml_load_safely` (#11285)" (`#11297 <https://github.com/readthedocs/readthedocs.org/pull/11297>`__)
21+
* `@ericholscher <https://github.com/ericholscher>`__: Release 10.24.1 (`#11296 <https://github.com/readthedocs/readthedocs.org/pull/11296>`__)
22+
* `@stsewd <https://github.com/stsewd>`__: Docs: basic docs for SAML SSO (`#11288 <https://github.com/readthedocs/readthedocs.org/pull/11288>`__)
23+
* `@humitos <https://github.com/humitos>`__: Dashboard: promote features in the right bar (`#11287 <https://github.com/readthedocs/readthedocs.org/pull/11287>`__)
24+
* `@humitos <https://github.com/humitos>`__: Cleanup: delete `yaml_load_safely` (`#11285 <https://github.com/readthedocs/readthedocs.org/pull/11285>`__)
25+
* `@stsewd <https://github.com/stsewd>`__: Notifications: allow usernames with dots (`#11283 <https://github.com/readthedocs/readthedocs.org/pull/11283>`__)
26+
* `@humitos <https://github.com/humitos>`__: Addons: refactor sorting versions for flyout (`#11278 <https://github.com/readthedocs/readthedocs.org/pull/11278>`__)
27+
* `@stsewd <https://github.com/stsewd>`__: Allauth: add SAML integration (`#11262 <https://github.com/readthedocs/readthedocs.org/pull/11262>`__)
28+
129
Version 10.24.1
230
---------------
331

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 = "10.24.1"
79+
version = "10.25.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": "10.24.1",
3+
"version": "10.25.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.24.1"
4+
__version__ = "10.25.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.24.1
3+
version = 10.25.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.24.1"
32+
current_version = "10.25.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)