Skip to content

Commit

Permalink
[skip ci] Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcy-terui committed Jul 14, 2016
1 parent 8f8d54e commit 342e82b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.17.0

- Add encrypt-file command & decrypt feature for Lambda function [#62][]
- Bigfix: Fix error when import lamvery in function [#62][]

## 0.16.0

- Add `generate` command [#61][]
Expand Down
2 changes: 1 addition & 1 deletion lamvery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Function based deploy and management tool for AWS Lambda.
"""

__version__ = '0.16.0'
__version__ = '0.17.0'

import importlib

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup_options = dict(
name='lamvery',
version='0.16.0',
version='0.17.0',
description=description,
long_description=long_description,
author='Masashi Terui',
Expand Down

0 comments on commit 342e82b

Please sign in to comment.