From c99491c61c46196203e730926e5e3b3c2d77891b Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 27 Jan 2017 15:53:23 -0500 Subject: [PATCH] Bump versin to 0.6.0 --- README.md | 1 + docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 362bd6b..250aee6 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ I will sign everything with 0x769A1BC78A2DDEE2 ## CHANGELOG +- 2017-01-27 [Tyrel Souza] Get rid of filehash - 2017-01-26 [Tyrel Souza] Check filehash and filename, not just hash when checking if it needs to be saved. - 2017-01-25 [Tyrel Souza] Keeping Filename on upload. - 2017-01-23 [Tyrel Souza] Add Modified Time to storage support diff --git a/docs/conf.py b/docs/conf.py index 2fb7b76..dbc95f0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ author = u'Tyrel Souza' # built documents. # # The short X.Y version. -version = u'0.5.2' +version = u'0.6.0' # The full version, including alpha/beta/rc tags. -release = u'0.5.2' +release = version # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b6f84db..d9f017e 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class CleanCommand(Command): setup( name="django-dbfilestorage", - version="0.5.2", + version="0.6.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",