From e0c5f6afab82b4db4bc25e3fe551d1de5b340447 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 29 Jul 2020 12:11:59 +0100 Subject: [PATCH] WEB: Fixing whatsnew link in the home page (version was hardcoded) --- web/pandas/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/index.html b/web/pandas/index.html index 83d0f48197033..75c797d6dd93d 100644 --- a/web/pandas/index.html +++ b/web/pandas/index.html @@ -63,7 +63,7 @@
With the support of:
{% if releases %}

Latest version: {{ releases[0].name }}