Skip to content

Commit

Permalink
Release 10.6.0 (#10772)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Sep 26, 2023
1 parent 861f4c8 commit 3c55931
Show file tree
Hide file tree
Showing 35 changed files with 4,467 additions and 4,629 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Version 10.6.0
--------------

:Date: September 26, 2023

* `@stsewd <https://github.com/stsewd>`__: Test ES upgrade to 7.17.13 (`#10770 <https://github.com/readthedocs/readthedocs.org/pull/10770>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10768 <https://github.com/readthedocs/readthedocs.org/pull/10768>`__)
* `@humitos <https://github.com/humitos>`__: Docs: update example for AsciiDoc to simplify it a little (`#10763 <https://github.com/readthedocs/readthedocs.org/pull/10763>`__)
* `@stsewd <https://github.com/stsewd>`__: Proxyto: Allow CORS on commercial on public docs pages (`#10762 <https://github.com/readthedocs/readthedocs.org/pull/10762>`__)
* `@stsewd <https://github.com/stsewd>`__: Fix CORS headers in local dev (`#10761 <https://github.com/readthedocs/readthedocs.org/pull/10761>`__)
* `@oraNod <https://github.com/oraNod>`__: Docs: add asciidoc example (`#10759 <https://github.com/readthedocs/readthedocs.org/pull/10759>`__)
* `@humitos <https://github.com/humitos>`__: APIv3: return `single_version` field on `Project` resource (`#10758 <https://github.com/readthedocs/readthedocs.org/pull/10758>`__)
* `@stsewd <https://github.com/stsewd>`__: Build indexing: fix indexing of external versions (`#10756 <https://github.com/readthedocs/readthedocs.org/pull/10756>`__)
* `@humitos <https://github.com/humitos>`__: Addons: move the HTTP header to a GET parameter (`#10753 <https://github.com/readthedocs/readthedocs.org/pull/10753>`__)
* `@humitos <https://github.com/humitos>`__: Proxito: update CORS settings (`#10751 <https://github.com/readthedocs/readthedocs.org/pull/10751>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 10.5.0 (`#10749 <https://github.com/readthedocs/readthedocs.org/pull/10749>`__)
* `@stsewd <https://github.com/stsewd>`__: Tasks: remove old fileify task (`#10747 <https://github.com/readthedocs/readthedocs.org/pull/10747>`__)
* `@humitos <https://github.com/humitos>`__: Addons: get final project (e.g. `subproject`) (`#10745 <https://github.com/readthedocs/readthedocs.org/pull/10745>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10744 <https://github.com/readthedocs/readthedocs.org/pull/10744>`__)
* `@stsewd <https://github.com/stsewd>`__: Subscriptions: remove old models (`#10740 <https://github.com/readthedocs/readthedocs.org/pull/10740>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Change frequency of pageview delete code (`#10739 <https://github.com/readthedocs/readthedocs.org/pull/10739>`__)
* `@stsewd <https://github.com/stsewd>`__: Versions: allow latest to be a tag (`#10738 <https://github.com/readthedocs/readthedocs.org/pull/10738>`__)
* `@humitos <https://github.com/humitos>`__: Proxito: add CORS headers only on public versions (`#10737 <https://github.com/readthedocs/readthedocs.org/pull/10737>`__)
* `@humitos <https://github.com/humitos>`__: Docs: remove feature flags page (`#10736 <https://github.com/readthedocs/readthedocs.org/pull/10736>`__)
* `@humitos <https://github.com/humitos>`__: Addons: allow users to opt-in into the beta addons (`#10733 <https://github.com/readthedocs/readthedocs.org/pull/10733>`__)
* `@agjohnson <https://github.com/agjohnson>`__: Custom domain doc improvements (`#10719 <https://github.com/readthedocs/readthedocs.org/pull/10719>`__)
* `@humitos <https://github.com/humitos>`__: API: return the `api_version` on the response (`#10276 <https://github.com/readthedocs/readthedocs.org/pull/10276>`__)

Version 10.5.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.5.0"
version = "10.6.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.5.0",
"version": "10.6.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__ = "10.5.0"
__version__ = "10.6.0"
Loading

0 comments on commit 3c55931

Please sign in to comment.