From 603de4496c74e913e19f909107899a312a9b3202 Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Fri, 12 Jun 2026 14:52:05 -0400 Subject: [PATCH] :bookmark: release version 0.4.7 --- CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index fc4d61b..d6eee8c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.4.7 +0.4.7 (2026-06-12) ==================== * Turn off debug=True for sentry staging setup. diff --git a/setup.py b/setup.py index 85b8be3..e9e53c9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ctlsettings', - version='0.4.6', + version='0.4.7', author='Columbia University Center for Teaching and Learning', author_email='ctl-dev@columbia.edu', url='https://github.com/ccnmtl/ctlsettings',