Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 11.18.0 #11884

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Version 11.18.0
---------------

:Date: January 07, 2025

* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11881 <https://github.com/readthedocs/readthedocs.org/pull/11881>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11877 <https://github.com/readthedocs/readthedocs.org/pull/11877>`__)
* `@stsewd <https://github.com/stsewd>`__: Build: use actual git identifier for READTHEDOCS_GIT_IDENTIFIER (`#11875 <https://github.com/readthedocs/readthedocs.org/pull/11875>`__)
* `@stsewd <https://github.com/stsewd>`__: Fix ext-theme tests (`#11872 <https://github.com/readthedocs/readthedocs.org/pull/11872>`__)
* `@humitos <https://github.com/humitos>`__: Skip running default commands when GENRIC doctool (`#11863 <https://github.com/readthedocs/readthedocs.org/pull/11863>`__)
* `@humitos <https://github.com/humitos>`__: Release 11.17.1 (`#11862 <https://github.com/readthedocs/readthedocs.org/pull/11862>`__)
* `@agjohnson <https://github.com/agjohnson>`__: Match User method in TeamMember (`#11861 <https://github.com/readthedocs/readthedocs.org/pull/11861>`__)
* `@humitos <https://github.com/humitos>`__: Docs: use "Visual diff" for marketing "Doc Diff" (`#11860 <https://github.com/readthedocs/readthedocs.org/pull/11860>`__)
* `@stsewd <https://github.com/stsewd>`__: Config: inherit all pydantic models from a common base class (`#11857 <https://github.com/readthedocs/readthedocs.org/pull/11857>`__)
* `@stsewd <https://github.com/stsewd>`__: Remove dead code from old footer (`#11854 <https://github.com/readthedocs/readthedocs.org/pull/11854>`__)
* `@stsewd <https://github.com/stsewd>`__: Config file: make sphinx or mkdocs configuration required for projects using Sphinx or MkDocs (`#11852 <https://github.com/readthedocs/readthedocs.org/pull/11852>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Add mdbook docs page (`#11849 <https://github.com/readthedocs/readthedocs.org/pull/11849>`__)
* `@stsewd <https://github.com/stsewd>`__: Build: remove conda_append_core_requirements feature flag (`#11847 <https://github.com/readthedocs/readthedocs.org/pull/11847>`__)
* `@stsewd <https://github.com/stsewd>`__: Remove disable_sphinx_manipulation feature flag (`#11841 <https://github.com/readthedocs/readthedocs.org/pull/11841>`__)
* `@stsewd <https://github.com/stsewd>`__: Version: better support for manual created latest and stable versions (`#11823 <https://github.com/readthedocs/readthedocs.org/pull/11823>`__)

Version 11.17.1
---------------

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

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "11.17.1"
version = "11.18.0"
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": "11.17.1",
"version": "11.18.0",
"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__ = "11.17.1"
__version__ = "11.18.0"
Loading
Loading