Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
logandk committed Sep 9, 2018
1 parent 00df0db commit 06e8059
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.5.1

## Bugs

- Fix import error when using unzip_requirements from serverless-python-requirements (#72)

_Justin Plock_

# 1.5.0

## Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-wsgi",
"version": "1.5.0",
"version": "1.5.1",
"engines": {
"node": ">=4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="serverless-wsgi",
version="1.5.0",
version="1.5.1",
author="Logan Raarup",
author_email="logan@logan.dk",
description="Amazon AWS API Gateway WSGI wrapper",
Expand Down

0 comments on commit 06e8059

Please sign in to comment.