From d13918a20dfcf97fc03c27363769ce7d14b32b3e Mon Sep 17 00:00:00 2001 From: App Generator <51070104+app-generator@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:09:04 +0300 Subject: [PATCH] Release v1.0.13 --- CHANGELOG.md | 6 ++++++ requirements.txt | 13 +++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 218249c..b909cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.13] 2023-10-21 +### Changes + +- Update Dependencies +- Update README + ## [1.0.12] 2023-03-01 ### Changes diff --git a/requirements.txt b/requirements.txt index f2c3306..e1908df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,13 @@ -django -gunicorn -python-dotenv -whitenoise +# Core +django==4.1.12 +python-dotenv==1.0.0 + +# UI django-admin-volt==1.0.10 +# Deployment +whitenoise==6.5.0 +gunicorn==21.2.0 + # psycopg2-binary # mysqlclient