Skip to content

Commit bc2f28c

Browse files
committed
bump version for release
1 parent 5b9d9b2 commit bc2f28c

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Diff for: CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
lambda-uploader CHANGELOG
22
=========================
33

4-
1.0.0(Unreleased)
5-
-----------------
4+
1.0.1
5+
-----
6+
- Fixed exceptions caused by not handling find_executable() returning
7+
None
8+
- No longer raising exception in shell if Python version is Python 3
9+
- Fixed issue with default requirements file not being used if it
10+
exists in the project directory
11+
- Ignore list now applies to extra files as well
12+
13+
1.0.0
14+
-----
615
- Warn if the lambda package is over the current AWS max size of 50MB
716
- Add --extra-file flag for adding arbitrary file(s) outside of the
817
project directory.

Diff for: lambda_uploader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

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

0 commit comments

Comments
 (0)