Skip to content

Commit 092e1bc

Browse files
committed
bumping version for release
1 parent 4fdc45c commit 092e1bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
0.3.0
5+
-----
6+
- Added flag to allow specifying the lambda.json path
7+
- Added a role flag and environment variable to use in lieu of setting
8+
it in the config
9+
410
0.2.2
511
-----
612
- Fixed issue with multiple requirements set in the config causing

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.2.2'
16+
__version__ = '0.3.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)