diff --git a/CHANGES.txt b/CHANGES.txt index a815a36..552068e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.4.5 +0.4.5 (2025-11-06) ==================== * Remove coverage * Remove statsd, django-statsd-mozilla diff --git a/setup.py b/setup.py index e3c9d39..3131ef3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ctlsettings', - version='0.4.4', + version='0.4.5', author='Columbia University Center for Teaching and Learning', author_email='ctl-dev@columbia.edu', url='https://github.com/ccnmtl/ctlsettings',