Version 0.1.3 release

This commit is contained in:
Tyrel Souza 2017-01-10 11:32:28 -05:00
parent 1014315f9c
commit e50dc36942
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
2 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ author = u'Tyrel Souza'
# built documents.
#
# The short X.Y version.
version = u'0.1.2'
version = u'0.1.3'
# The full version, including alpha/beta/rc tags.
release = u'0.1.2'
release = u'0.1.3'
# 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.1.2",
version="0.1.3",
description="Database backed file storage for testing.",
long_description="Database backed file storage for testing. Stores files as base64 encoded textfields.",
author="Tyrel Souza",