From 32bd6fd684d6ca48e05720ca21d7d6119b45bba8 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 21 May 2024 13:01:25 +0200 Subject: [PATCH] Release 10.25.0 --- CHANGELOG.rst | 28 ++++++++++++++++++++++++++++ docs/conf.py | 2 +- package.json | 2 +- readthedocs/__init__.py | 2 +- setup.cfg | 4 ++-- 5 files changed, 33 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1cc25a040fb..1901d587333 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,31 @@ +Version 10.25.0 +--------------- + +:Date: May 21, 2024 + +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11331 `__) +* `@agjohnson `__: Move dashboard API filter fields to model queryset filter fields (`#11330 `__) +* `@humitos `__: Adapt `__str__` and `__repr__` methods for DB (`#11329 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11323 `__) +* `@henryiii `__: docs: update uv instructions (`#11322 `__) +* `@humitos `__: Docs: use EthicalAd implementation from addons (`#11318 `__) +* `@rffontenelle `__: Languages code are now normalized (`#11315 `__) +* `@stsewd `__: Addons: mark project as raw ID in admin (`#11311 `__) +* `@humitos `__: Wrangler: NGINX and redirects (`#11305 `__) +* `@humitos `__: Dashboard: promote "security logs" only if organization owner (`#11304 `__) +* `@humitos `__: Docs: use addons search (`#11303 `__) +* `@humitos `__: Addons: return 404 when the `project` does not exist in the DB (`#11302 `__) +* `@jeffwidman `__: Replace non-existant `python.install.package` with `python.install.path` (`#11301 `__) +* `@agjohnson `__: Use initial value for default dashboard template name (`#11298 `__) +* `@ericholscher `__: Revert "Cleanup: delete `yaml_load_safely` (#11285)" (`#11297 `__) +* `@ericholscher `__: Release 10.24.1 (`#11296 `__) +* `@stsewd `__: Docs: basic docs for SAML SSO (`#11288 `__) +* `@humitos `__: Dashboard: promote features in the right bar (`#11287 `__) +* `@humitos `__: Cleanup: delete `yaml_load_safely` (`#11285 `__) +* `@stsewd `__: Notifications: allow usernames with dots (`#11283 `__) +* `@humitos `__: Addons: refactor sorting versions for flyout (`#11278 `__) +* `@stsewd `__: Allauth: add SAML integration (`#11262 `__) + Version 10.24.1 --------------- diff --git a/docs/conf.py b/docs/conf.py index c3e5e07b01f..3c841ed12d9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,7 +76,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "10.24.1" +version = "10.25.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index 0c2fe49966c..1ddbab5af16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "10.24.1", + "version": "10.25.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index ded852ec199..c78bcef66d2 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "10.24.1" +__version__ = "10.25.0" diff --git a/setup.cfg b/setup.cfg index e744519a6c9..bba1bdf0c67 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 10.24.1 +version = 10.25.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "10.24.1" +current_version = "10.25.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False