From 75f93a3f7854a7383febd047391e2bfd4caceee0 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 20 Mar 2014 17:49:16 +0200 Subject: Initial git fork of django-storages --- storages/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 storages/__init__.py (limited to 'storages/__init__.py') diff --git a/storages/__init__.py b/storages/__init__.py new file mode 100644 index 0000000..f0be139 --- /dev/null +++ b/storages/__init__.py @@ -0,0 +1 @@ +__version__ = '1.1.8' -- cgit v1.3.1