From d48b9d07ca22bc71a33b8b8753b30abdc176e15e Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 1 Mar 2018 22:33:20 -0500 Subject: [PATCH] Version 1.0.0 (#41) --- README.md | 1 + docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a269289..1aba6be 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 4023b5b..2f689df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/setup.py b/setup.py index 864f625..a9ea4f1 100644 --- a/setup.py +++ b/setup.py @@ -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",