Skip to content

Commit

Permalink
Merge pull request #10 from ccnmtl/release-0.2.0
Browse files Browse the repository at this point in the history
🔖 release version 0.2.0
  • Loading branch information
ndittren authored Feb 21, 2023
2 parents 2712609 + 073b3f5 commit 69674d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
0.1.1
0.2.0 (2023-02-21)
====================
* django-storages: remove deprecated AWS_PRELOAD_METADATA setting
* Removed django-cacheds3storage dependency
* Enabled USE_TZ by default
* Added 127.0.0.1 to ALLOWED_HOSTS

0.1.0 (2023-02-17)
====================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ctlsettings',
version='0.1.0',
version='0.2.0',
author='Columbia University Center for Teaching and Learning',
author_email='[email protected]',
url='https://github.com/ccnmtl/ctlsettings',
Expand Down

0 comments on commit 69674d4

Please sign in to comment.