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 10.14.0 #10989

Merged
merged 1 commit into from
Jan 3, 2024
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
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 10.14.0
---------------

:Date: January 03, 2024

* `@github-actions[bot] </~https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10977 </~https://github.com/readthedocs/readthedocs.org/pull/10977>`__)
* `@basnijholt </~https://github.com/basnijholt>`__: Fix YAML indentation in example `.readthedocs.yaml` (`#10970 </~https://github.com/readthedocs/readthedocs.org/pull/10970>`__)
* `@github-actions[bot] </~https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10969 </~https://github.com/readthedocs/readthedocs.org/pull/10969>`__)
* `@humitos </~https://github.com/humitos>`__: Release 10.13.0 (`#10961 </~https://github.com/readthedocs/readthedocs.org/pull/10961>`__)
* `@agjohnson </~https://github.com/agjohnson>`__: Allow override of env settings from host (`#10959 </~https://github.com/readthedocs/readthedocs.org/pull/10959>`__)
* `@humitos </~https://github.com/humitos>`__: Addons: get translation from main project (`#10952 </~https://github.com/readthedocs/readthedocs.org/pull/10952>`__)
* `@dependabot[bot] </~https://github.com/dependabot[bot]>`__: Bump actions/setup-python from 4 to 5 (`#10950 </~https://github.com/readthedocs/readthedocs.org/pull/10950>`__)
* `@stsewd </~https://github.com/stsewd>`__: Search: fix default for search.ranking when indexing (`#10945 </~https://github.com/readthedocs/readthedocs.org/pull/10945>`__)
* `@ericholscher </~https://github.com/ericholscher>`__: Release 10.12.2 (`#10944 </~https://github.com/readthedocs/readthedocs.org/pull/10944>`__)
* `@stsewd </~https://github.com/stsewd>`__: Redirects: improvements from design doc (`#10881 </~https://github.com/readthedocs/readthedocs.org/pull/10881>`__)

Version 10.13.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.13.0"
version = "10.14.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": "10.13.0",
"version": "10.14.0",
"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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Read the Docs."""


__version__ = "10.13.0"
__version__ = "10.14.0"
Loading