Skip to content

Commit d3606da

Browse files
authored
Release 10.27.0 (#11378)
1 parent 276590c commit d3606da

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Version 10.27.0
2+
---------------
3+
4+
:Date: June 04, 2024
5+
6+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11376 <https://github.com/readthedocs/readthedocs.org/pull/11376>`__)
7+
* `@stsewd <https://github.com/stsewd>`__: Tests: set privacy level to public explicitly (`#11375 <https://github.com/readthedocs/readthedocs.org/pull/11375>`__)
8+
* `@stsewd <https://github.com/stsewd>`__: Update security policy (`#11374 <https://github.com/readthedocs/readthedocs.org/pull/11374>`__)
9+
* `@Viicos <https://github.com/Viicos>`__: Fix typo: `requiremens` to `requirements` (`#11369 <https://github.com/readthedocs/readthedocs.org/pull/11369>`__)
10+
* `@agjohnson <https://github.com/agjohnson>`__: Add invitation template filter (`#11368 <https://github.com/readthedocs/readthedocs.org/pull/11368>`__)
11+
* `@stsewd <https://github.com/stsewd>`__: Requirements: unpin allauth (`#11366 <https://github.com/readthedocs/readthedocs.org/pull/11366>`__)
12+
* `@stsewd <https://github.com/stsewd>`__: Pin requests to a version compatible with docker (`#11364 <https://github.com/readthedocs/readthedocs.org/pull/11364>`__)
13+
* `@humitos <https://github.com/humitos>`__: Addons: update `projects.translations` API response (`#11361 <https://github.com/readthedocs/readthedocs.org/pull/11361>`__)
14+
* `@humitos <https://github.com/humitos>`__: Release 10.26.0 (`#11360 <https://github.com/readthedocs/readthedocs.org/pull/11360>`__)
15+
* `@humitos <https://github.com/humitos>`__: Django admin: search and filter notifications (`#11359 <https://github.com/readthedocs/readthedocs.org/pull/11359>`__)
16+
* `@agjohnson <https://github.com/agjohnson>`__: Set better success URL for version form views (`#11355 <https://github.com/readthedocs/readthedocs.org/pull/11355>`__)
17+
* `@agjohnson <https://github.com/agjohnson>`__: Fix version visibility filter method (`#11354 <https://github.com/readthedocs/readthedocs.org/pull/11354>`__)
18+
* `@humitos <https://github.com/humitos>`__: Proxito: browndate for redirecting `/` to `README.html` (`#11348 <https://github.com/readthedocs/readthedocs.org/pull/11348>`__)
19+
120
Version 10.26.0
221
---------------
322

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.26.0"
79+
version = "10.27.0"
8080
release = version
8181
exclude_patterns = ["_build", "shared", "_includes"]
8282
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.26.0",
3+
"version": "10.27.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.26.0"
4+
__version__ = "10.27.0"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = readthedocs
3-
version = 10.26.0
3+
version = 10.27.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.26.0"
32+
current_version = "10.27.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)