Skip to content

Commit

Permalink
Release 10.24.1 (#11296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Apr 23, 2024
1 parent 9d91087 commit 6747f91
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,20 @@
Version 10.24.1
---------------

:Date: April 23, 2024

* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11294 <https://github.com/readthedocs/readthedocs.org/pull/11294>`__)
* `@humitos <https://github.com/humitos>`__: Docs: explain how to use `uv` to install dependencies (`#11290 <https://github.com/readthedocs/readthedocs.org/pull/11290>`__)
* `@humitos <https://github.com/humitos>`__: Dashboard: promote features in the right bar (`#11287 <https://github.com/readthedocs/readthedocs.org/pull/11287>`__)
* `@humitos <https://github.com/humitos>`__: Cleanup: delete `yaml_load_safely` (`#11285 <https://github.com/readthedocs/readthedocs.org/pull/11285>`__)
* `@stsewd <https://github.com/stsewd>`__: Notifications: allow usernames with dots (`#11283 <https://github.com/readthedocs/readthedocs.org/pull/11283>`__)
* `@humitos <https://github.com/humitos>`__: Release 10.24.0 (`#11281 <https://github.com/readthedocs/readthedocs.org/pull/11281>`__)
* `@humitos <https://github.com/humitos>`__: Docs: use the `sphinx-rtd-theme` with support for addons integration (`#11279 <https://github.com/readthedocs/readthedocs.org/pull/11279>`__)
* `@humitos <https://github.com/humitos>`__: Addons: refactor sorting versions for flyout (`#11278 <https://github.com/readthedocs/readthedocs.org/pull/11278>`__)
* `@humitos <https://github.com/humitos>`__: Build: remove `append_conf` _magic_ from MkDocs (`#11206 <https://github.com/readthedocs/readthedocs.org/pull/11206>`__)
* `@humitos <https://github.com/humitos>`__: APIv3: add more generic fields (`#11205 <https://github.com/readthedocs/readthedocs.org/pull/11205>`__)
* `@ewdurbin <https://github.com/ewdurbin>`__: implement multiple .readthedocs.yml files per repo (`#10001 <https://github.com/readthedocs/readthedocs.org/pull/10001>`__)

Version 10.24.0
---------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -77,7 +77,7 @@

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "10.24.0"
version = "10.24.1"
release = version
exclude_patterns = ["_build", "shared", "_includes"]
default_role = "obj"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "readthedocs",
"version": "10.24.0",
"version": "10.24.1",
"description": "Read the Docs build dependencies",
"author": "Read the Docs, Inc <support@readthedocs.com>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/__init__.py
@@ -1,4 +1,4 @@
"""Read the Docs."""


__version__ = "10.24.0"
__version__ = "10.24.1"
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = readthedocs
version = 10.24.0
version = 10.24.1
license = MIT
description = Read the Docs builds and hosts documentation
author = Read the Docs, Inc
Expand Down Expand Up @@ -29,7 +29,7 @@ github_owner = readthedocs
github_repo = readthedocs.org

[bumpver]
current_version = "10.24.0"
current_version = "10.24.1"
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = False
Expand Down

0 comments on commit 6747f91

Please sign in to comment.