Skip to content

Commit 3cf9f0e

Browse files
committed
Version 0.0.5
1 parent 17e46a3 commit 3cf9f0e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ Here is a simple example of using depot standalone to store files on MongoDB::
5656
ChangeLog
5757
---------
5858

59+
0.0.5
60+
~~~~~
61+
62+
- Added `FileIntent` to explicitly provide `content_type` and `filename` to uploaded content.
63+
5964
0.0.4
6065
~~~~~
6166

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
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.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import os, sys
33

4-
version = '0.0.4'
4+
version = '0.0.5'
55

66
here = os.path.abspath(os.path.dirname(__file__))
77
try:
@@ -48,7 +48,7 @@
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,

0 commit comments

Comments
 (0)