Skip to content

Commit

Permalink
Release 11.4.0 (#11515)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Aug 6, 2024
1 parent 40da012 commit 494d847
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 11.4.0
--------------

:Date: August 06, 2024

* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11511 <https://github.com/readthedocs/readthedocs.org/pull/11511>`__)
* `@humitos <https://github.com/humitos>`__: Release 11.3.0 (`#11506 <https://github.com/readthedocs/readthedocs.org/pull/11506>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11502 <https://github.com/readthedocs/readthedocs.org/pull/11502>`__)
* `@stsewd <https://github.com/stsewd>`__: Project: allow connecting a project to a remote repository after it has been created (`#11498 <https://github.com/readthedocs/readthedocs.org/pull/11498>`__)
* `@stsewd <https://github.com/stsewd>`__: API V3: change permissions to allow anonymous access to public resources (`#11485 <https://github.com/readthedocs/readthedocs.org/pull/11485>`__)
* `@stsewd <https://github.com/stsewd>`__: API V3: Don't allow leaking teams through expandable fields (`#11471 <https://github.com/readthedocs/readthedocs.org/pull/11471>`__)
* `@stsewd <https://github.com/stsewd>`__: Telemetry: skip listing conda packages on non-conda envs (`#9390 <https://github.com/readthedocs/readthedocs.org/pull/9390>`__)

Version 11.3.0
--------------

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

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "11.3.0"
version = "11.4.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.3.0",
"version": "11.4.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.3.0"
__version__ = "11.4.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 = 11.3.0
version = 11.4.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 = "11.3.0"
current_version = "11.4.0"
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = False
Expand Down

0 comments on commit 494d847

Please sign in to comment.