From fb6b31a17338be8f3d4655e1bfe97d1147726391 Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Wed, 9 Oct 2024 15:47:59 -0400 Subject: [PATCH] :bookmark: release version 0.3.6 --- CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 8c90111..80072cb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.3.6 +0.3.6 (2024-10-09) ==================== * Added ENVIRONMENT django setting, denoting either 'staging' or 'production' diff --git a/setup.py b/setup.py index c90bce6..ecda15d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ctlsettings', - version='0.3.5', + version='0.3.6', author='Columbia University Center for Teaching and Learning', author_email='ctl-dev@columbia.edu', url='https://github.com/ccnmtl/ctlsettings',