bump Version and add more readme

This commit is contained in:
Tyrel Souza 2017-01-20 15:56:54 -05:00
parent 430644f35f
commit 7c02909722
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
3 changed files with 4 additions and 3 deletions

View File

@ -54,6 +54,7 @@ I will sign everything with 0x769A1BC78A2DDEE2
## CHANGELOG
- 2017-01-20 [Tyrel Souza] Add another migration, and redo all the initial migrations.
- 2017-01-20 [Tyrel Souza] Make sure migrations is actually there.
- 2017-01-20 [Tyrel Souza] Split filename and filehash.
- 2016-12-09 [Tyrel Souza] Add signing key to readme.

View File

@ -54,9 +54,9 @@ author = u'Tyrel Souza'
# built documents.
#
# The short X.Y version.
version = u'0.3.0'
version = u'0.4.0'
# The full version, including alpha/beta/rc tags.
release = u'0.3.0'
release = u'0.4.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -24,7 +24,7 @@ class CleanCommand(Command):
setup(
name="django-dbfilestorage",
version="0.3.0",
version="0.4.0",
description="Database backed file storage for testing.",
long_description="Database backed file storage for testing. Stores files as base64 encoded textfields.",
author="Tyrel Souza",