Skip to content

Commit

Permalink
Release of R/0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scattm committed Dec 13, 2017
1 parent 266928e commit 89842f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
=======

0.0.4 (Dec 13th, 2017)
----------------------

- Hot fix #26 and #28
- Added option to config max image file size

0.0.3 (Dec 10th, 2017)
----------------------

Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Create *image_butler.conf* referring following example:
REDISLITE_PATH = '<path-to-your>/ImageButler.rdb'
REDISLITE_WORKER_PID = '<path-to-your>/workers.pid'
IMAGEBUTLER_MAX_THUMBNAIL = 150, 150
IMAGEBUTLER_API_IMAGES_LIMIT = 5
IMAGEBUTLER_MAX_IMAGE_SIZE = '1M'
Export environment variables:

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion imagebutler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from . import apis, commands, views


__version__ = '0.0.4rc0'
__version__ = '0.0.4'

app.register_blueprint(api_bp)

0 comments on commit 89842f5

Please sign in to comment.