Skip to content

Commit 75a7962

Browse files
committed
the real 0.1.3 (what the heck)
1 parent 0461aaa commit 75a7962

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Testing Utilities
206206

207207
Backwards Compatibility
208208
=======================
209-
Version 0.1.2
209+
Version 0.1.3
210210
-------------
211211
* The `_uploads` module/blueprint will not be registered if it is not needed
212212
to serve uploads.

flaskext/uploads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def configure_uploads(app, upload_sets):
174174
app. It will also register the uploads module if it hasn't been set. This
175175
can be called multiple times with different upload sets.
176176
177-
.. versionchanged:: 0.1.2
177+
.. versionchanged:: 0.1.3
178178
The uploads module/blueprint will only be registered if it is needed
179179
to serve the upload sets.
180180

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='Flask-Uploads',
21-
version='0.1.2',
21+
version='0.1.3',
2222
url='http://bitbucket.org/leafstorm/flask-uploads/',
2323
license='MIT',
2424
author='Matthew "LeafStorm" Frazier',

0 commit comments

Comments
 (0)