Version 1.0.1
This commit is contained in:
parent
ccb1dbde5f
commit
5ef931753e
5
CONTRIBUTORS.md
Normal file
5
CONTRIBUTORS.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Primary Contributors
|
||||||
|
|
||||||
|
* Tyrel Souza <tyrelsouza@gmail.com>
|
||||||
|
* Pamela McA'Nulty <https://github.com/PamelaM>
|
||||||
|
|
@ -63,6 +63,7 @@ I will sign everything with 0x769A1BC78A2DDEE2
|
|||||||
|
|
||||||
## CHANGELOG
|
## 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-03-01 [Tyrel Souza] Release Version 1.0.0
|
||||||
- 2018-02-01 [Tyrel Souza] Bump versions to django 1.11 and testing with Python3
|
- 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-05-10 [Pamela McA'Nulty] Have save overwrite existing files
|
||||||
|
@ -54,7 +54,7 @@ author = u'Tyrel Souza'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'1.0.0'
|
version = u'1.0.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
6
setup.py
6
setup.py
@ -25,13 +25,13 @@ class CleanCommand(Command):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="django-dbfilestorage",
|
name="django-dbfilestorage",
|
||||||
version="1.0.0",
|
version="1.0.1",
|
||||||
description="Database backed file storage for testing.",
|
description="Database backed file storage for testing.",
|
||||||
long_description="Database backed file storage for testing. Stores files as base64 encoded textfields.",
|
long_description="Database backed file storage for testing. Stores files as base64 encoded textfields.",
|
||||||
author="Tyrel Souza",
|
author="Tyrel Souza",
|
||||||
author_email="tyrelsouza@gmail.com",
|
author_email="tyrelsouza@gmail.com",
|
||||||
url="https://github.com/tyrelsouza/django-dbfilestorage",
|
url="https://gitlab.com/tyrelsouza/django-dbfilestorage",
|
||||||
download_url="https://github.com/tyrelsouza/django-dbfilestorage.git",
|
download_url="https://gitlab.com/tyrelsouza/django-dbfilestorage.git",
|
||||||
license="MIT License",
|
license="MIT License",
|
||||||
packages=[
|
packages=[
|
||||||
"dbfilestorage",
|
"dbfilestorage",
|
||||||
|
Loading…
Reference in New Issue
Block a user