We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b8ea3 commit 68d456dCopy full SHA for 68d456d
CHANGELOG.md
@@ -1,6 +1,10 @@
1
lambda-uploader CHANGELOG
2
=========================
3
4
+1.0.2
5
+-----
6
+- Bumped the boto3 version to 1.4.0
7
+
8
1.0.1
9
-----
10
- Fixed exceptions caused by not handling find_executable() returning
lambda_uploader/__init__.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
__title__ = 'lambda_uploader'
16
-__version__ = '1.0.1'
+__version__ = '1.0.2'
17
__license__ = 'Apache 2.0'
18
__copyright__ = 'Copyright Rackspace US, Inc. 2015-2016'
19
__url__ = 'https://github.com/rackerlabs/lambda-uploader'
0 commit comments