Skip to content

Commit b61ec13

Browse files
committed
bump version for release
1 parent d283818 commit b61ec13

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
lambda-uploader CHANGELOG
22
=========================
33

4-
Unreleased
5-
----------
4+
0.2.0
5+
-----
66
- Added support for updating the lambda configuration
77
- Added a publish flag to the cli
8+
- Added support for AWS profiles
9+
- Added support for creating versions with aliases
810

911
0.1.1
1012
-----

lambda_uploader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
__title__ = 'lambda_uploader'
16-
__version__ = '0.1.1'
16+
__version__ = '0.2.0'
1717
__license__ = 'Apache 2.0'
1818
__copyright__ = 'Copyright Rackspace US, Inc. 2015'
1919
__url__ = 'https://github.com/rackerlabs/lambda-uploader'

0 commit comments

Comments
 (0)