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',