From eb682d8b8f480e96e7478d968aa12e52f4118063 Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Tue, 30 Mar 2021 01:04:46 -0600 Subject: [PATCH] Release 5.13.0 --- CHANGELOG.rst | 16 ++++++++++++++++ package.json | 2 +- setup.cfg | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 715cbae5227..078fce90024 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +Version 5.13.0 +-------------- + +:Date: March 30, 2021 + +* `@stsewd `__: Test proxied embed API (`#8051 `__) +* `@stsewd `__: Feature flag: remove EXTERNAL_BUILD (`#8050 `__) +* `@stsewd `__: Sync versions: always use a task (`#8049 `__) +* `@stsewd `__: Versions: don't create versions in bulk (`#8046 `__) +* `@stsewd `__: Embed: add cache tags (`#8045 `__) +* `@ericholscher `__: Fix proxito slash redirect for leading slash (`#8044 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 12 (`#8038 `__) +* `@humitos `__: Docs: cleanup of old/deprecated documents (`#7994 `__) +* `@flying-sheep `__: Add publicly visible env vars (`#7891 `__) +* `@stsewd `__: Remove broadcast function (`#7044 `__) + Version 5.12.2 -------------- diff --git a/package.json b/package.json index 4a04419f361..4ebbf44ce0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "5.12.2", + "version": "5.13.0", "description": "Read the Docs build dependencies", "author": "Anthony Johnson ", "scripts": { diff --git a/setup.cfg b/setup.cfg index 63615bf6e77..34829b9bf3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 5.12.2 +version = 5.13.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc