From 2e536f48c2dff2503fbce32c033c1980dafd50ef Mon Sep 17 00:00:00 2001 From: App Generator <51070104+app-generator@users.noreply.github.com> Date: Tue, 13 Jun 2023 09:40:21 +0300 Subject: [PATCH] Release v1.0.7 - Update REQ.txt --- CHANGELOG.md | 6 ++++++ requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ed977..e58a521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.7] 2023-06-13 +### Changes + +- Update `requirements.txt` + - Specify the version for the private package + ## [1.0.6] 2023-01-29 ### Changes diff --git a/requirements.txt b/requirements.txt index fcec849..ee2b80a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ django gunicorn python-dotenv whitenoise -git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-soft-pro +git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-soft-pro@v1.0.10#egg=django-admin-soft-pro # psycopg2-binary # mysqlclient