Skip to content

Commit

Permalink
Release 10.7.0 (#10809)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Oct 10, 2023
1 parent e32e707 commit 50f843d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 10.7.0
--------------

:Date: October 10, 2023

* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10807 <https://github.com/readthedocs/readthedocs.org/pull/10807>`__)
* `@stsewd <https://github.com/stsewd>`__: Webhooks: use PUBLIC_API_URL to generate the webhook URL (`#10801 <https://github.com/readthedocs/readthedocs.org/pull/10801>`__)
* `@stsewd <https://github.com/stsewd>`__: Use get to access build dictionary (`#10797 <https://github.com/readthedocs/readthedocs.org/pull/10797>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 10.6.1 (`#10792 <https://github.com/readthedocs/readthedocs.org/pull/10792>`__)
* `@stsewd <https://github.com/stsewd>`__: Proxito: remove one query from the middleware (`#10788 <https://github.com/readthedocs/readthedocs.org/pull/10788>`__)
* `@stsewd <https://github.com/stsewd>`__: BuildAPIKey: remove old revoked/expired keys (`#10778 <https://github.com/readthedocs/readthedocs.org/pull/10778>`__)
* `@stsewd <https://github.com/stsewd>`__: Upgrade ES to 8.x (`#10771 <https://github.com/readthedocs/readthedocs.org/pull/10771>`__)
* `@humitos <https://github.com/humitos>`__: VCS: remove unused methods and make new Git pattern the default (`#8968 <https://github.com/readthedocs/readthedocs.org/pull/8968>`__)
* `@ojii <https://github.com/ojii>`__: Versioned docs (`#22 <https://github.com/readthedocs/readthedocs.org/pull/22>`__)

Version 10.6.1
--------------

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.6.1"
version = "10.7.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.6.1",
"version": "10.7.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.6.1"
__version__ = "10.7.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = readthedocs
version = 10.6.1
version = 10.7.0
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.6.1"
current_version = "10.7.0"
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = False
Expand Down

0 comments on commit 50f843d

Please sign in to comment.