From 83ee4bd8f72ba0e72903f6d8eb1753552264e3ab Mon Sep 17 00:00:00 2001
From: Nikolas Nyby <nnyby@columbia.edu>
Date: Wed, 16 Oct 2024 16:17:16 -0400
Subject: [PATCH] :bookmark: release version 0.4.3

---
 CHANGES.txt | 2 +-
 setup.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index d1a0ef3..bf52fb6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-0.4.3
+0.4.3 (2024-10-16)
 ====================
 * Updated sentry-js config again to be more failsafe, and also
   configure user data in initialScope on initialization.
diff --git a/setup.py b/setup.py
index bda68c6..af6be3f 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 
 setup(
     name='ctlsettings',
-    version='0.4.2',
+    version='0.4.3',
     author='Columbia University Center for Teaching and Learning',
     author_email='ctl-dev@columbia.edu',
     url='https://github.com/ccnmtl/ctlsettings',