From 952f20c6e8061e5ce3618b27a36cc3111637c083 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 18 May 2021 09:21:56 +0200 Subject: [PATCH] Release 5.16.0 --- CHANGELOG.rst | 17 +++++++++++++++++ package.json | 2 +- setup.cfg | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b7459b0409e..98df21be3d9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,20 @@ +Version 5.16.0 +-------------- + +:Date: May 18, 2021 + +* `@stsewd `__: QuerySets: check for .is_superuser instead of has_perm (`#8181 `__) +* `@humitos `__: Build: use `is_active` method to know if the build should be skipped (`#8179 `__) +* `@humitos `__: APIv2: disable listing endpoints (`#8178 `__) +* `@stsewd `__: Project: use IntegerField for `remote_repository` from project form. (`#8176 `__) +* `@stsewd `__: Docs: remove some lies from cross referencing guide (`#8173 `__) +* `@stsewd `__: Docs: add space to bash code (`#8171 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 19 (`#8170 `__) +* `@stsewd `__: Querysets: include organizations in is_active check (`#8163 `__) +* `@stsewd `__: Querysets: remove private and for_project (`#8158 `__) +* `@davidfischer `__: Disable FLOC by introducing permissions policy header (`#8145 `__) +* `@stsewd `__: Build: allow to install packages with apt (`#8065 `__) + Version 5.15.0 -------------- diff --git a/package.json b/package.json index 01e2f422063..3be40b6b329 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 b67025a692a..4a988fcd359 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 5.15.0 +version = 5.16.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc