From da12a46c6c54e957fe212d4c85d7656693e7bce0 Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Mon, 10 Jan 2022 18:13:33 -0800 Subject: [PATCH] Release 6.3.3 --- CHANGELOG.rst | 20 ++++++++++++++++++++ package.json | 2 +- setup.cfg | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 09a747fcafe..2778f59211d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,23 @@ +Version 6.3.3 +------------- + +:Date: January 10, 2022 + +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 02 (`#8804 `__) +* `@astrojuanlu `__: Remove explicit username from tutorial (`#8803 `__) +* `@humitos `__: Bitbucket: update to match latest API changes (`#8801 `__) +* `@humitos `__: Requirements: downgrade celery (`#8796 `__) +* `@humitos `__: Requirements: downgrade redis to 3.5.3 (`#8795 `__) +* `@humitos `__: Cleanup: remove old/outdated code (`#8793 `__) +* `@humitos `__: Spam: deny dashboard on spammy projects (`#8792 `__) +* `@ericholscher `__: Mention subproject aliases (`#8785 `__) +* `@humitos `__: Config file: system_site_packages overwritten from project's setting (`#8783 `__) +* `@astrojuanlu `__: Make commercial docs more visible (`#8780 `__) +* `@humitos `__: Spam: allow to mark a project as (non)spam manually (`#8779 `__) +* `@stsewd `__: API v3: less overrides (`#8770 `__) +* `@stsewd `__: Move subscription models (`#8746 `__) +* `@davidfischer `__: Make the analytics cookie a session cookie (`#8694 `__) + Version 6.3.2 ------------- diff --git a/package.json b/package.json index 0387df52d10..8b0fbd977b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "6.3.0", + "version": "6.3.3", "description": "Read the Docs build dependencies", "author": "Anthony Johnson ", "scripts": { diff --git a/setup.cfg b/setup.cfg index 8f2081a049f..3eb2cc73fb4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 6.3.2 +version = 6.3.3 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc