Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-o-silva committed May 15, 2016
1 parent 7bb3834 commit c925b0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ v0.3.1, 07-11-2015 -- Adding a DatabaseFileStorage subclass that can be used wi
v0.3.2, 11-15-2015 -- Adding Windows compatibility
v0.3.3, 11-15-2015 -- Fixing lib for OSs other than Linux
v0.4.0, 03-25-2016 -- Dropped support for Python 3.3, Django 1.6 and Django 1.7 ; Currently supporting Python (2.7, 3.4, 3.5) and Django (1.8, 1.9) ; Change license to MIT License
v0.4.1, 05-14-2016 -- Fixing Windows compatibility (finally)
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.4.0'
version = u'0.4.1'
# The full version, including alpha/beta/rc tags.
release = u'0.4.0'
release = u'0.4.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -132,7 +132,7 @@

# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#html_title = u'Django Database File Storage v0.4.0'
#html_title = u'Django Database File Storage v0.4.1'

# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
Expand Down
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.4.0',
version='0.4.1',
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.4.0',
'/tarball/0.4.1',
description="Custom FILE_STORAGE for Django. Saves files "
"in your database instead of your file system.",
long_description=readme_file.read(),
Expand Down

0 comments on commit c925b0c

Please sign in to comment.