From f3b4d540dcc5f7e5a2274b033e95bd6ffdf07622 Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Fri, 23 Aug 2024 13:36:10 -0400 Subject: [PATCH] :bookmark: release 0.3.4 --- CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index df83ff3..2a520e2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.3.4 +0.3.4 (2024-08-23) ==================== * Introduced init_sentry function for staging and production. diff --git a/setup.py b/setup.py index aee1eec..d5077f9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ctlsettings', - version='0.3.3', + version='0.3.4', author='Columbia University Center for Teaching and Learning', author_email='ctl-dev@columbia.edu', url='https://github.com/ccnmtl/ctlsettings',