diff --git a/CHANGES.txt b/CHANGES.txt index 950b154..d094c2a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.4.6 +0.4.6 (2026-01-07) ==================== * Removed dependency on django-stagingcontext * Updated S3Storage class locations for django-storages diff --git a/setup.py b/setup.py index 3131ef3..85b8be3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ctlsettings', - version='0.4.5', + version='0.4.6', author='Columbia University Center for Teaching and Learning', author_email='ctl-dev@columbia.edu', url='https://github.com/ccnmtl/ctlsettings',