Skip to content

Commit

Permalink
updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-o-silva committed Jun 14, 2015
1 parent 7c78510 commit f07c1ca
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 @@ -7,3 +7,4 @@ v0.2.5, 02-14-2015 -- Adjustment in _get_unique_filename function.
v0.2.7, 04-02-2015 -- Adjustment so files can be saved/retrieved without using ModelForms.
v0.2.9, 05-27-2015 -- Refactoring of widgets code and adding widget for the Django Admin; some pep-8 corrections.
v0.2.10, 06-13-2015 -- Putting demo/test project inside the main repo, updating documentation files.
v0.2.11, 06-14-2015 -- Python3 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.2.10',
version='0.2.11',
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.2.10',
'/tarball/0.2.11',
license='GNU GPL v3',
description="Custom FILE_STORAGE for Django. Saves model's filefields "
"in your database instead of your file system.",
Expand Down

0 comments on commit f07c1ca

Please sign in to comment.