From 869274cf77bccf20efa2e6b3e44c84f942a03c09 Mon Sep 17 00:00:00 2001 From: willipink Date: Tue, 6 Oct 2020 09:49:00 +0000 Subject: [PATCH] bump version, upgrade to python3.8 --- Pipfile | 2 +- coinmanager/coinc/templates/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 9203c1d..ff69e9b 100644 --- a/Pipfile +++ b/Pipfile @@ -13,4 +13,4 @@ pydotplus = "*" django = "*" [requires] -python_version = "3.6" +python_version = "3.8" diff --git a/coinmanager/coinc/templates/footer.html b/coinmanager/coinc/templates/footer.html index acd40a8..29b69ec 100644 --- a/coinmanager/coinc/templates/footer.html +++ b/coinmanager/coinc/templates/footer.html @@ -1,3 +1,3 @@ - Version 201003 + Version 201004