From 5f0a23189c697c5e5364c94aaa63b52b736fd682 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 22 Jun 2021 07:34:05 +0000 Subject: [PATCH] Release 5.20.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 4c3354e8d43..afec0167fd1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +Version 5.20.0 +-------------- + +:Date: June 22, 2021 + +* `@humitos `__: Migration: fix RemoteRepository - Project data migration (`#8271 `__) +* `@ericholscher `__: Release 5.19.0 (`#8266 `__) +* `@humitos `__: Sync RemoteRepository for external collaborators (`#8265 `__) +* `@stsewd `__: Git: don't expand envvars in Gitpython (`#8263 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 24 (`#8262 `__) +* `@stsewd `__: Builds: check for nonexistent object (`#8261 `__) +* `@humitos `__: Make `Project -> ForeignKey -> RemoteRepository` (`#8259 `__) +* `@agjohnson `__: Add basic security policy (`#8254 `__) +* `@stsewd `__: Search: remove workaround for subprojects (`#8211 `__) +* `@stsewd `__: Search: allow to filter by project slugs (`#8149 `__) + Version 5.19.0 -------------- diff --git a/package.json b/package.json index 4c36c749520..d2c81932984 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "bowser": "^1.9.3", "cssfilter": "0.0.8", - "github-changelog": "github:agjohnson/github-changelog", + "github-changelog": "git+https://github.com/agjohnson/github-changelog.git", "npm": "^6.1.0" }, "devDependencies": { diff --git a/setup.cfg b/setup.cfg index 3928b107c29..364dd483f93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 5.19.0 +version = 5.20.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc