From 20e82ad29cd99dd50122f538a40afb2e8ced404a Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Thu, 20 Mar 2025 11:17:29 -0400 Subject: [PATCH] :bookmark: release 0.4.4 --- CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3fb2b4a..d47b249 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.4.4 +0.4.4 (2025-03-20) ==================== * Update storage settings to use Django's new STORAGES dictionary. diff --git a/setup.py b/setup.py index 3cda80f..9578ddb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ctlsettings', - version='0.4.3', + version='0.4.4', author='Columbia University Center for Teaching and Learning', author_email='ctl-dev@columbia.edu', url='https://github.com/ccnmtl/ctlsettings',