Skip to content

Commit

Permalink
Updating minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-o-silva committed Nov 15, 2015
1 parent 29b7503 commit 483cabf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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.",
Expand Down

0 comments on commit 483cabf

Please sign in to comment.