From 9225ce04a3f94e940008a990d4694ad7dc2c857b Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Thu, 6 Nov 2025 14:53:15 -0500 Subject: [PATCH] :bookmark: release version 0.4.5 --- CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',