From 483cabf743b890bb68b4ed2c0b786bd9c6bcaa16 Mon Sep 17 00:00:00 2001 From: Victor Oliveira da Silva Date: Sun, 15 Nov 2015 12:47:50 -0200 Subject: [PATCH] Updating minor version number --- CHANGES.txt | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 128a10d..61b19c4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,3 +11,4 @@ v0.2.11, 06-14-2015 -- Python3 compatibility v0.2.12, 06-14-2015 -- Showing Build Status and Code Health on the README v0.3.0, 06-14-2015 -- Test suite (passing) for Python (2.7, 3.3, 3.4) and Django (1.6, 1.7, 1.8) v0.3.1, 07-11-2015 -- Adding a DatabaseFileStorage subclass that can be used with Form Wizards +v0.3.2, 11-15-2015 -- Adding Windows compatibility diff --git a/setup.py b/setup.py index e356754..7d8bd8c 100644 --- a/setup.py +++ b/setup.py @@ -6,13 +6,13 @@ setup( name='django-db-file-storage', - version='0.3.1', + version='0.3.2', author='Victor Oliveira da Silva', author_email='victor_o_silva@hotmail.com', packages=['db_file_storage'], url='https://github.com/victor-o-silva/db_file_storage', download_url='https://github.com/victor-o-silva/db_file_storage' - '/tarball/0.3.1', + '/tarball/0.3.2', license='GNU GPL v3', description="Custom FILE_STORAGE for Django. Saves files " "in your database instead of your file system.",