From c9936b3fb9d5e97a39c8a3fe1027c7897e9331f7 Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Mon, 14 Oct 2024 09:53:51 -0400 Subject: [PATCH] :bookmark: release version 0.4.2 --- CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 4acf480..1a4d2b2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.4.2 +0.4.2 (2024-10-14) ==================== * Updated sentry-js config to use Sentry.onLoad. diff --git a/setup.py b/setup.py index a13f69d..bda68c6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ctlsettings', - version='0.4.1', + version='0.4.2', author='Columbia University Center for Teaching and Learning', author_email='ctl-dev@columbia.edu', url='https://github.com/ccnmtl/ctlsettings',