Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
logandk committed Oct 1, 2021
1 parent e596820 commit ec365b7
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 @@
# 2.0.2

## Bugs

- Compatibility upgrade for serverless 2.32 (#189)

_Justin Lyons_

# 2.0.1

## Bugs
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": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=10"
},
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="2.0.1",
version="2.0.2",
python_requires=">3.6",
author="Logan Raarup",
author_email="[email protected]",
Expand Down

0 comments on commit ec365b7

Please sign in to comment.