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 Jun 10, 2016
1 parent 3b9efc9 commit a46f567
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.2

- Pull request [#58][]: Adding api and hook config to default excludes([@mathom][])

## 0.15.1

- Add `no_integrate` option to api command [#56][]
Expand Down Expand Up @@ -220,4 +224,6 @@
[#54]: https://github.com/marcy-terui/lamvery/issues/54
[#55]: https://github.com/marcy-terui/lamvery/issues/55
[#56]: https://github.com/marcy-terui/lamvery/issues/56
[@ijin]: https://github.com/ijin
[#58]: https://github.com/marcy-terui/lamvery/issues/58
[@ijin]: https://github.com/ijin
[@mathom]: https://github.com/mathom
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.15.1'
__version__ = '0.15.2'

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.15.1',
version='0.15.2',
description=description,
long_description=long_description,
author='Masashi Terui',
Expand Down

0 comments on commit a46f567

Please sign in to comment.