Version 1.0.1

This commit is contained in:
Tyrel Souza 2018-06-04 10:06:11 -04:00
parent ccb1dbde5f
commit 5ef931753e
No known key found for this signature in database
GPG Key ID: 5A9394D4C30AEAC0
4 changed files with 10 additions and 4 deletions

5
CONTRIBUTORS.md Normal file
View File

@ -0,0 +1,5 @@
Primary Contributors
* Tyrel Souza <tyrelsouza@gmail.com>
* Pamela McA'Nulty <https://github.com/PamelaM>

View File

@ -63,6 +63,7 @@ I will sign everything with 0x769A1BC78A2DDEE2
## CHANGELOG
- 2018-06-04 [Tyrel Souza] Move to gitlab, bump to 1.0.1
- 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

View File

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

View File

@ -25,13 +25,13 @@ class CleanCommand(Command):
setup(
name="django-dbfilestorage",
version="1.0.0",
version="1.0.1",
description="Database backed file storage for testing.",
long_description="Database backed file storage for testing. Stores files as base64 encoded textfields.",
author="Tyrel Souza",
author_email="tyrelsouza@gmail.com",
url="https://github.com/tyrelsouza/django-dbfilestorage",
download_url="https://github.com/tyrelsouza/django-dbfilestorage.git",
url="https://gitlab.com/tyrelsouza/django-dbfilestorage",
download_url="https://gitlab.com/tyrelsouza/django-dbfilestorage.git",
license="MIT License",
packages=[
"dbfilestorage",