Skip to content

Commit 6c77536

Browse files
committed
bump release for bug fix
1 parent 3c7b0de commit 6c77536

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

4+
0.2.2
5+
-----
6+
- Fixed issue with multiple requirements set in the config causing
7+
an error
8+
49
0.2.1
510
-----
611
- Bumped version to deal with pypi failing

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.1'
16+
__version__ = '0.2.2'
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)