diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 39450468a15..e7e0ee5b1b8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,27 @@ +Version 5.23.4 +-------------- + +:Date: September 07, 2021 + +* `@pzhlkj6612 `__: Docs: update the links to the dependency management content of setuptools docs (`#8470 `__) +* `@nienn `__: Add custom team img styling (`#8467 `__) +* `@nienn `__: Docs: Change "right-click" to "click" (`#8465 `__) +* `@stsewd `__: Permissions: avoid using project.users, use proper permissions instead (`#8458 `__) +* `@stsewd `__: Add templatetag to filter by admin projects (`#8456 `__) +* `@stsewd `__: Support form: don't allow to change the email (`#8455 `__) +* `@stsewd `__: Search: show only results from the current role_name being filtered (`#8454 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 35 (`#8451 `__) +* `@stsewd `__: Update common (`#8449 `__) +* `@stsewd `__: API v3 (subprojects): filter by correct owner/organization (`#8446 `__) +* `@astrojuanlu `__: Rework Team page (`#8441 `__) +* `@mforbes `__: Added note about how to use Anaconda Project. (`#8436 `__) +* `@stsewd `__: Contact users: pass user and domain in the context (`#8430 `__) +* `@astrojuanlu `__: New Read the Docs tutorial, part I (`#8428 `__) +* `@stsewd `__: Footer: remove auth block (`#8397 `__) +* `@stsewd `__: API: fix subprojects creation when organizaions are enabled (`#8393 `__) +* `@stsewd `__: QuerySets: remove unused overrides (`#8299 `__) +* `@stsewd `__: QuerySets: filter permissions by organizations (`#8298 `__) + Version 5.23.3 -------------- diff --git a/setup.cfg b/setup.cfg index 04e5bae4bb3..74a90cc0115 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 5.23.3 +version = 5.23.4 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc