diff --git a/CHANGES.txt b/CHANGES.txt index 810f1d1..548f946 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ -0.3.5 +0.3.5 (2024-10-08) ==================== -* Updated sentry init to include environment tag. +* Updated sentry_init to include environment tag. 0.3.4 (2024-08-23) ==================== diff --git a/setup.py b/setup.py index d5077f9..c90bce6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ctlsettings', - version='0.3.4', + version='0.3.5', author='Columbia University Center for Teaching and Learning', author_email='ctl-dev@columbia.edu', url='https://github.com/ccnmtl/ctlsettings',