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',