Version 1.0.0 (#41)
This commit is contained in:
parent
4b7738c0f2
commit
d48b9d07ca
@ -63,6 +63,7 @@ I will sign everything with 0x769A1BC78A2DDEE2
|
|||||||
|
|
||||||
## CHANGELOG
|
## 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
|
- 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
|
||||||
- 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
|
- 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
|
||||||
|
@ -54,7 +54,7 @@ author = u'Tyrel Souza'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'0.9.2'
|
version = u'1.0.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ class CleanCommand(Command):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="django-dbfilestorage",
|
name="django-dbfilestorage",
|
||||||
version="0.9.3",
|
version="1.0.0",
|
||||||
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user