From 101ea884d88d6a70d1fe1335000d8a74986e9077 Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Fri, 11 Oct 2024 10:19:18 -0400 Subject: [PATCH] :bookmark: release version 0.4.1 --- CHANGES.txt | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 65c6d54..fb97446 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,7 @@ -0.4.1 +0.4.1 (2024-10-11) ==================== * Updated sentry JS config to use username instead of id. +* Include ctlsettings in INSTALLED_APPS by default. 0.4.0 (2024-10-10) ==================== diff --git a/setup.py b/setup.py index cf57a18..a13f69d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ctlsettings', - version='0.4.0', + version='0.4.1', author='Columbia University Center for Teaching and Learning', author_email='ctl-dev@columbia.edu', url='https://github.com/ccnmtl/ctlsettings',