File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ Here is a simple example of using depot standalone to store files on MongoDB::
5656ChangeLog
5757---------
5858
59+ 0.0.5
60+ ~~~~~
61+
62+ - Added `FileIntent ` to explicitly provide `content_type ` and `filename ` to uploaded content.
63+
59640.0.4
6065~~~~~
6166
Original file line number Diff line number Diff line change 5151# built documents.
5252#
5353# The short X.Y version.
54- version = '0.0.3 '
54+ version = '0.0.5 '
5555# The full version, including alpha/beta/rc tags.
56- release = '0.0.3 '
56+ release = '0.0.5 '
5757
5858# The language for content autogenerated by Sphinx. Refer to documentation
5959# for a list of supported languages.
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22import os , sys
33
4- version = '0.0.4 '
4+ version = '0.0.5 '
55
66here = os .path .abspath (os .path .dirname (__file__ ))
77try :
4848 extras_require = {
4949 # Used by Travis and Coverage due to setup.py nosetests
5050 # causing a coredump when used with coverage
51- 'testing' :TEST_DEPENDENCIES ,
51+ 'testing' : TEST_DEPENDENCIES ,
5252 },
5353 test_suite = 'nose.collector' ,
5454 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments