diff --git a/CHANGES.txt b/CHANGES.txt index 61b19c4..b421bc9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,3 +12,4 @@ 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 +v0.3.3, 11-15-2015 -- Fixing lib for OSs other than Linux diff --git a/setup.py b/setup.py index 7d8bd8c..faca21b 100644 --- a/setup.py +++ b/setup.py @@ -6,13 +6,13 @@ setup( name='django-db-file-storage', - version='0.3.2', + version='0.3.3', 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.2', + '/tarball/0.3.3', license='GNU GPL v3', description="Custom FILE_STORAGE for Django. Saves files " "in your database instead of your file system.",