Skip to content

Commit

Permalink
Release 10.13.0 (#10961)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Dec 19, 2023
1 parent 4342385 commit 1605a59
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 10.13.0
---------------

:Date: December 19, 2023

* `@agjohnson <https://github.com/agjohnson>`__: Allow override of env settings from host (`#10959 <https://github.com/readthedocs/readthedocs.org/pull/10959>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10957 <https://github.com/readthedocs/readthedocs.org/pull/10957>`__)
* `@humitos <https://github.com/humitos>`__: Addons: normalize search filters (`#10951 <https://github.com/readthedocs/readthedocs.org/pull/10951>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10949 <https://github.com/readthedocs/readthedocs.org/pull/10949>`__)
* `@agjohnson <https://github.com/agjohnson>`__: Allow empty project list on organization team form (`#10947 <https://github.com/readthedocs/readthedocs.org/pull/10947>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 10.12.2 (`#10944 <https://github.com/readthedocs/readthedocs.org/pull/10944>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Add AddonsConfig admin (`#10938 <https://github.com/readthedocs/readthedocs.org/pull/10938>`__)

Version 10.12.2
---------------

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.12.2"
version = "10.13.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.12.2",
"version": "10.13.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.12.2"
__version__ = "10.13.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.12.2
version = 10.13.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.12.2"
current_version = "10.13.0"
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = False
Expand Down

0 comments on commit 1605a59

Please sign in to comment.