File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11lambda-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.
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments