Version 1.0.0 (#41)

This commit is contained in:
Tyrel Souza 2018-03-01 22:33:20 -05:00 committed by GitHub
parent 4b7738c0f2
commit d48b9d07ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -63,6 +63,7 @@ I will sign everything with 0x769A1BC78A2DDEE2
## CHANGELOG
- 2018-03-01 [Tyrel Souza] Release Version 1.0.0
- 2018-02-01 [Tyrel Souza] Bump versions to django 1.11 and testing with Python3
- 2017-05-10 [Pamela McA'Nulty] Have save overwrite existing files
- 2017-02-06 [Tyrel Souza] Set primary key to `id` not `name`, this involves a lot of migrations, so I've kept them in multiple files

View File

@ -54,7 +54,7 @@ author = u'Tyrel Souza'
# built documents.
#
# The short X.Y version.
version = u'0.9.2'
version = u'1.0.0'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -25,7 +25,7 @@ class CleanCommand(Command):
setup(
name="django-dbfilestorage",
version="0.9.3",
version="1.0.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",