Skip to content

Commit

Permalink
Release 10.23.1 (#11244)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Mar 26, 2024
1 parent 633b75c commit 1552b16
Show file tree
Hide file tree
Showing 54 changed files with 3,370 additions and 3,399 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 10.23.1
---------------

:Date: March 26, 2024

* `@humitos <https://github.com/humitos>`__: HTTPheader: add another option (`#11241 <https://github.com/readthedocs/readthedocs.org/pull/11241>`__)
* `@humitos <https://github.com/humitos>`__: Build: mark build as CANCELLED when command exits with 183 (`#11240 <https://github.com/readthedocs/readthedocs.org/pull/11240>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11237 <https://github.com/readthedocs/readthedocs.org/pull/11237>`__)
* `@humitos <https://github.com/humitos>`__: APIv3: add `state__in` filter for Notifications (`#11234 <https://github.com/readthedocs/readthedocs.org/pull/11234>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Fully roll out stickybox (`#11230 <https://github.com/readthedocs/readthedocs.org/pull/11230>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 10.23.0 (`#11229 <https://github.com/readthedocs/readthedocs.org/pull/11229>`__)
* `@stsewd <https://github.com/stsewd>`__: API: don't allow expanding recursively (`#11228 <https://github.com/readthedocs/readthedocs.org/pull/11228>`__)
* `@humitos <https://github.com/humitos>`__: Proxito: define dummy dashboard URLs for addons serializers (`#11227 <https://github.com/readthedocs/readthedocs.org/pull/11227>`__)
* `@stsewd <https://github.com/stsewd>`__: Organizations: take into account the user when listing members (`#11212 <https://github.com/readthedocs/readthedocs.org/pull/11212>`__)
* `@humitos <https://github.com/humitos>`__: Projects: remove `requirements_file` (`#11132 <https://github.com/readthedocs/readthedocs.org/pull/11132>`__)

Version 10.23.0
---------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "10.23.0"
version = "10.23.1"
release = version
exclude_patterns = ["_build", "shared", "_includes"]
default_role = "obj"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readthedocs",
"version": "10.23.0",
"version": "10.23.1",
"description": "Read the Docs build dependencies",
"author": "Read the Docs, Inc <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Read the Docs."""


__version__ = "10.23.0"
__version__ = "10.23.1"
2 changes: 1 addition & 1 deletion readthedocs/core/static/core/js/readthedocs-doc-embed.js

Large diffs are not rendered by default.

Binary file modified readthedocs/locale/ar/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 1552b16

Please sign in to comment.