From 0c1afc5c7a64571fbccf1f1b14a73abd5ef1960a Mon Sep 17 00:00:00 2001 From: ndittren <36773036+ndittren@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:02:35 -0500 Subject: [PATCH] :bookmark: release 0.3.1 --- CHANGES.txt | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1c1fba1..caa98cc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +0.3.1 (2024-01-08) +==================== +* fixes typo for http forwarded setting + 0.3.0 (2023-12-08) ==================== * Use CAS_MAP_AFFILIATIONS=True by default diff --git a/setup.py b/setup.py index a49add1..a047327 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ctlsettings', - version='0.3.0', + version='0.3.1', author='Columbia University Center for Teaching and Learning', author_email='ctl-dev@columbia.edu', url='https://github.com/ccnmtl/ctlsettings',