mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-20 05:11:54 +00:00
enable upload myself to s3 and bump the minor version
This commit is contained in:
parent
cd197512fa
commit
928fdae578
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# following PEP 386
|
||||
__version__ = "1.4pbs"
|
||||
__version__ = "1.4.1pbs"
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -47,5 +47,5 @@ setup(
|
|||
'Programming Language :: Python :: 2.7',
|
||||
'Framework :: Django',
|
||||
],
|
||||
install_requires=['django-appconf >= 0.4'],
|
||||
install_requires=['django-appconf >= 0.4', 's3sourceuploader',],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue